@CHARSET "UTF-8";

.customSelect {
	background: #383838 url("../../../images/static/selectBackground.png")
		no-repeat scroll right center;
	color: #ffffff;
	width: 95%;
	padding: 0.4em 0.4em 0.4em 1em;
}

.customSelect span {
	font-weight: bold;
	width: 95%!important;
}

.customSelect.customSelectHover {
}

.customSelect.customSelectFocus {
}

.customSelect.customSelectOpen {
}