.elSelect {
	width:248px;
	height:30px;
	background:url(../images/form-placeholder.png) no-repeat 0% 0%;
	cursor: pointer;
}
/* .elSelect .selected {
	background-color:#fff !important;
	color:#CC3399 !important;
} */
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:7px 0px 7px 9px;
	width:248px;
	font-weight:bold;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#496772;
	overflow:hidden;
	cursor: pointer;
}
.elSelect .dropDown {
	height: 0px;
	float: right;
	cursor: pointer;
}
.elSelect .optionsContainer {
	position:absolute;
	display:none;
	cursor: pointer;
}
.elSelect .option {
	padding:7px 0px 7px 9px;
	background-color:#ECF1F2;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	color:#496772;
	cursor: pointer;
}