
.optionsContainer{height:300px; overflow:hidden;}
.elSelect {
	width:206px;
	height:20px;
	background:url(../images/select_bg.gif) no-repeat 0% 0%;
	z-index:999;
}
.elSelect .selected {
	background-color:#fff !important;
	color:#CC3399 !important;
	z-index:999;
}
.elSelect .clear {
	clear:both;
	z-index:999;
}
.elSelect .selectedOption {
	float:left;
	padding:2px 0 0 6px;
	width:177px;
	font-weight:bold;
	font-size:12px;
	color:#496772;
	overflow:hidden;
	z-index:999;
}
.elSelect .dropDown {
	width: 23px;
	height: 20px;
	float: right;
	background:url(../images/select_arrow.gif) no-repeat 0% 0%;
	z-index:999;
}
.elSelect .optionsContainerTop {
	position:absolute;
	background:url(../images/top_center.gif) repeat-x 0% 0%;
	width:100%;
	z-index:999;
	height:5px;
}
.elSelect .optionsContainerTop div {
	background:url(../images/top_left.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
	z-index:999;
}
.elSelect .optionsContainerTop div div {
	background:url(../images/top_right.gif) no-repeat 100% 0%;
	width:100%;
	z-index:999;
	height:5px;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	margin:-5px 0 0 0;
	z-index:999;
	background:url(../images/bottom_center.gif) repeat-x 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div {
	background:url(../images/bottom_left.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
	z-index:999;
}
.elSelect .optionsContainerBottom div div {
	background:url(../images/bottom_right.gif) no-repeat 100% 0%;
	width:100%;
	height:5px;
	z-index:999;
}
.elSelect .optionsContainer {
	position:absolute;
	display:none;
	z-index:999;
}
.elSelect .option {
	padding:4px 0 5px 5px;
	background-color:#ECF1F2;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	color:#496772;
	z-index:999;
}
.elSelect .disabled {
	background-color:#C0CCCF;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	color:#90A4AA;
	z-index:999;
}
