
.elSelect {
	height:16px;
	background:#9c9e9f url(../images/select_arrow.gif)  no-repeat top left;
	border-bottom:solid 1px #cdcecf;
	color:#ffffff;
	width:205px;
}
.elSelect .selected {
	background-color:#9c9e9f !important;
	color:#ffffff !important;
	text-align:center;
	border-bottom:solid 1px #cdcecf;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selected-option {
	float:left;
	padding:2px 0 0 6px;
	padding-left:28px;
	width:147px;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	height:14px;
	overflow:hidden;
	text-align:center;
}
.elSelect .option {
	padding:0px 24px 0px 26px;
	/*background-color:#9c9e9f;*/
	background-color:#ffffff;
	color:#9c9e9f;
	border-left:solid 1px #cdcecf;
	border-right:solid 1px #cdcecf;
	border-top:solid 1px #cdcecf;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	height:16px;
	width: 155px;
	overflow: hidden;
}
.elSelect .dropdown {
	width: 24px;
	height: 15px;
	float: right;
	background:url(../images/select_arrow2.gif) no-repeat 0% 0%;
}
.elSelect .options-container-top {
	position:absolute;
	/*background:url(../images/top_center.gif) repeat-x 0% 0%;*/
	width:100%;
	/*height:5px;*/
}
.elSelect .options-container-top div {
	/*background:url(../images/top_left.gif) no-repeat 0% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .options-container-top div div {
	/*background:url(../images/top_right.gif) no-repeat 100% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .options-container-bottom {
	position:absolute;
	margin:-5px 0 0 0;
	/*background:url(../images/bottom_center.gif) repeat-x 0% 0%;*/
	border-bottom:solid 1px #cdcecf;
	width:100%;
	height:5px;
}
.elSelect .options-container-bottom div {
	/*background:url(../images/bottom_left.gif) no-repeat 0% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .options-container-bottom div div {
	/*background:url(../images/bottom_right.gif) no-repeat 100% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .options-container {
	position:absolute;
	display:none;
}
.elSelect .disabled {
	background-color:#C0CCCF;
	border-left:solid 1px #cdcecf;
	border-right:solid 1px #cdcecf;
	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;
}
