
.elSelect {
	width: 135px;
	height: 20px;
	background: url(select_bg.gif) no-repeat 0% 0%;
}
.elSelect .selected {
	background-color: #333 !important;
	color: #fff !important;
	cursor: pointer;
}
.elSelect .clear {
	clear: both;
}
.elSelect .selectedOption {
	float: left;
	padding: 0 0 2px 6px;
	width: 105px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
}
.elSelect .dropDown {
	width:  23px;
	height:  20px;
	float:  right;
	background: url(select_arrow.gif) no-repeat 0% 0%;
}
.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 {
	width: 100%;
	height: 5px;
}
.elSelect .optionsContainerBottom div div {
	width: 100%;
	height: 5px;
}
.elSelect .optionsContainer {
	position: absolute;
	display: none;
}
.elSelect .option {
	padding: 2px 0 3px 5px;
	background-color: #fff;
	border-left: solid 1px #9a9a9a;
	border-right: solid 1px #9a9a9a;
	border-bottom: solid 1px #eee;
	text-align: left;
	font-size: 12px;
	color: #333;
}
.elSelect .disabled {
	background-color: #C0CCCF;
	border-left: solid 1px #9a9a9a;
	border-right: solid 1px #9a9a9a;
	color: #90A4AA;
}