.elSelect {

	width:150px;

	height:30px;

	background:url(../images/form-placeholder3.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:150px;

	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:relative;

	display:none;

	cursor: pointer;
	
	z-index:1;

}

.elSelect .option {

	padding:7px 0px 7px 9px;

	background-color:#ECF1F2;

	text-align:left;

	font-weight:bold;

	font-size:12px;

	color:#496772;

	cursor: pointer;

}