.form-control {
	-webkit-appearance: none !important;
}


/* FORMS */
#birthdayday,#birthdaymonth,#birthdayyear,#birthdaydayfb,#birthdaymonthfb,#birthdayyearfb {
	height: 34px;
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	color: #aaa !Important;
	margin-bottom: 10px;
}
SELECT OPTION:checked {
	background-color: #ff8400 !important;
}
SELECT OPTION:hover {
	background-color: #2b9eef !important;
}

select option {
	color: #000;
}