.customSelect {
	background-color:#5BC2DE;
	color:#FFF;
	padding:8px 10px 8px 5px;
	background-image: url(/templates/coveritlive/images/buildPage/SelectBoxArrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	border-right: 10px solid rgba(0, 0, 0, 0);
	font-size:15px;
}

.customSelect.customSelectHover {
	background-color:#6BD1EC;
}

.customSelectDisabled {
	opacity:.5;
}

select.hasCustomSelect {
	font-size:15px;
}