
.elSelect {
    font-family:Verdana;
    font-size:11px;
    color:#777777;
	background:#fff;
	width:86px;
	height:33px;
	background:url(../img/select_bg.png) no-repeat 0% 0%;
}
.elSelect .selected {
	background-color:#fff !important;
	color:#777777 !important;
	font-size:11px;
	font-weight:normal;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:2px 0 0 6px;
	width:50px;
	font-weight:normal;
	font-size:11px;
	color:#777777;
	overflow:hidden;
	position:relative;
	top:6px;
	left:6px;
}
.elSelect .dropDown {
	width: 23px;
	height: 20px;
	float: right;
	position:relative;
	right:6px;
	top:6px;
	background:url(../img/select_arrow.png) no-repeat 0% 0%;
}
.elSelect .optionsContainerTop {
	display:none;
}
.elSelect .optionsContainerTop div {
	display:none;
}
.elSelect .optionsContainerTop div div {
	display:none;
}
.elSelect .optionsContainerBottom {
	display:none;
}
.elSelect .optionsContainerBottom div {
	display:none;
}
.elSelect .optionsContainerBottom div div {
	display:none;
}
.elSelect .optionsContainer {
	position:absolute;
	display:none;
	padding-top:6px;
	padding-left:2px;
	width:73px !important;
}
.elSelect .option {
	padding:4px 0 5px 5px;
	background-color:#fff;
	border-left:solid 1px #9f9f9f;
	border-right:solid 1px #9f9f9f;
	text-align:left;
	cursor:pointer;
}
.elSelect .disabled {
	background-color:#C0CCCF;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	color:#90A4AA;
        cursor:default;
}

.last {
	border-bottom:solid 1px #9f9f9f;
}