.elSelect {
	/*width:201px;*/
	height:23px;
	background:url(../images/elsel/select_bg.jpg) no-repeat 0% 0%;
}
.elSelect .selected {
	background-color: #C2C2C2 !important;
	color: #D61C1F !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:2px 0 0 6px;
	/*width:170px;*/
	font-size:12px;
	color: #999999;
	overflow:hidden;
	cursor: pointer;
}
.elSelect .dropDown {
	width: 25px;
	height: 25px;
	float: right;
	background:url(../images/elsel/select_arrow.jpg) no-repeat 0% 0%;
	cursor:pointer;
}
.elSelect .optionsContainerTop {
	position:absolute;
	background:url(../images/elsel/top_center.jpg) repeat-x 0% 0%;
	width:100%;
	height:3px;
}
.elSelect .optionsContainerTop div {
	background:url(../images/elsel/top_left.jpg) no-repeat 0% 0%;
	width:100%;
	height:3px;
}
.elSelect .optionsContainerTop div div {
	background:url(../images/elsel/top_right.jpg) no-repeat 100% 0%;
	width:100%;
	height:3px;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	/*margin:-3px 0 0 0;*/
	background:url(../images/elsel/bottom_center.jpg) repeat-x 0% 0%;
	width:100%;
	height:3px;
}
.elSelect .optionsContainerBottom div {
	background:url(../images/elsel/bottom_left.jpg) no-repeat 0% 0%;
	width:100%;
	height:3x;
}
.elSelect .optionsContainerBottom div div {
	background:url(../images/elsel/bottom_right.jpg) no-repeat 100% 0%;
	width:100%;
	height:3px;
}
.elSelect .optionsContainer {
	position:absolute;
	display:none;
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}
.elSelect .option {
	padding:4px 0 5px 5px;
	background-color: #FFF;
	border-left:solid 1px #C0C0C0;
	border-right:solid 1px #C0C0C0;
	text-align:left;
	font-size:12px;
	color:#999999;
	cursor: pointer;
}
.elSelect .disabled {
	background-color:#C0CCCF;
	border-left:solid 1px #C0C0C0;
	border-right:solid 1px #C0C0C0;
	color:#90A4AA;
}
.icon_1 {
	background:url(../images/elsel/icon_1.jpg) no-repeat 4px 50%;
	padding-left:20px !important;
}
.icon_2 {
	background:url(../images/elsel/icon_2.jpg) no-repeat 4px 50%;
	padding-left:20px !important;
}
