.elSelect {
	width:125px;
	height:28px;
	background:url(packageImg/elSelect_bg.jpg) repeat-x 0% 0%;
	border:2px solid #153239;
}
.elSelect .selected {
	background-color:#fff !important;
	color:#2B0D0A !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:5px 7px 5px 5px;
	/*width:177px;*/
	font-weight:bold;
	font-size:14px;
	color:#153239;
	overflow:hidden;
	font-family:verdana;
	cursor:default;
}
.elSelect .dropDown {
	width: 23px;
	height: 28px;
	float: right;
	background:url(packageImg/elSelect_btn.gif) no-repeat 6px 9px;
	border-left:2px solid #153239;
	cursor:pointer;
}
.elSelect .optionsContainerTop {
	position:absolute;
	/*background:url(top_center.gif) repeat-x 0% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div {
	/*background:url(top_left.gif) no-repeat 0% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div div {
	/*background:url(top_right.gif) no-repeat 100% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	margin:-5px 0 0 0;
	/*background:url(bottom_center.gif) repeat-x 0% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div {
	/*background:url(bottom_left.gif) no-repeat 0% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div div {
	/*background:url(bottom_right.gif) no-repeat 100% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .optionsContainer {
	position:absolute;
	display:none;
	margin-left:-2px;
	border-top:solid 2px #153239;
	border-bottom:solid 2px #153239;
}
.elSelect .option {
	padding:4px 0 5px 5px;
	background-color:#E7DFA0;
	border-left:solid 2px #153239;
	border-right:solid 2px #153239;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	color:#153239;
	cursor:pointer;
}
.elSelect .disabled {
	background-color:#C0CCCF;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	color:#90A4AA;
}
