
body {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif; 
}
.elSelect {
	width:100%px;
	height:26px;
	line-height: 23px;
	background: url(sel_bckg.png) repeat-x 0% 0%;
}

.elSelect .selected {
	background: #2089ea url(select_bckg.png) repeat-x !important;	
	color:#fff !important;
}

.elSelect .clear { clear:both; }

.elSelect .selectedOption {
	padding:2px 0 0 6px;
	font-size:12px;
	color:#496772;
	overflow:hidden; 
	cursor: pointer;
	float: left; 
}

.elSelect .dropDown {
	width: 31px;
	height: 26px;
	padding-right: 3px;
	float: right;
	cursor: pointer;
	background:url(arrow.png) no-repeat 0% 0%;  
}

.elSelect .optionsContainerTop {
	position:absolute;
	background-color: transparent;
	width:100%;
	height:5px;
}

.elSelect .optionsContainerTop div {
	background-color: transparent;	
	width:100%;
	height:5px;
}

.elSelect .optionsContainerTop div div {
	background-color: transparent;
	width:100%;
	height:5px;
}

.elSelect .optionsContainerBottom {
	position:absolute;
	margin:-5px 0 0 0;
	background-color: transparent;
	width:100%;
	height:5px;
}

.elSelect .optionsContainerBottom div {
	background-color: transparent;
	width:100%;
	height:5px;
}

.elSelect .optionsContainerBottom div div {
	background-color: transparent;
	width:100%;
	height:5px;
}

.elSelect .optionsContainer {
	position:absolute;
	display:none;
	height: 200px; overflow-x: hidden; overflow-y: auto;
}

.elSelect .option {
	padding: 0 0 0 5px;
	background-color:#fff;
	text-align:left;
	font-size:11px;
	color:#496772;  
}
.elSelect .disabled {
	background-color: #fff;
	color:#90A4AA;
}

.icon_1 {
	background:url(icon_1.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}

.icon_2 {
	background:url(icon_2.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}
