.elSelect {
	width:140px;
	height:23px;
	background:url(/graphics/elselect/select_bg.gif) no-repeat 0 0;
	font-size: 85%;
	position: relative;
}
.elSelect .selected {
	color:#E87D18 !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:0;
	width:115px;
	font-weight:bold;
	color:#000000;
	overflow:hidden;
}
.elSelect .dropDown {
	width: 23px;
	height: 23px;
	float: right;
	background:url(/graphics/elselect/select_arrow.gif) no-repeat 0 0;
}
.elSelect .optionsContainerTop {
	background:url(/graphics/elselect/top_center.gif) repeat-x 0 0;
	width:100%;
	height:2px;
	overflow: hidden;
}
.elSelect .optionsContainerTop div {
	background:url(/graphics/elselect/top_left.gif) no-repeat 0 0;
	width:100%;
	height:2px;
	overflow: hidden;
}
.elSelect .optionsContainerTop div div {
	background:url(/graphics/elselect/top_right.gif) no-repeat right top;
	width:100%;
	height:2px;
	overflow: hidden;
}
.elSelect .optionsContainerBottom {
  	
	margin:0;
	background:url(/graphics/elselect/bottom_center.gif) repeat-x 0 0;
	width:100%;
	height:2px;
	overflow: hidden;
}
.elSelect .optionsContainerBottom div {
	background:url(/graphics/elselect/bottom_left.gif) no-repeat 0 0;
	width:100%;
	height:2px;
	overflow: hidden;
}
.elSelect .optionsContainerBottom div div {
	background:url(/graphics/elselect/bottom_right.gif) no-repeat right top;
	width:100%;
	height:2px;
	overflow: hidden;
}
.elSelect .optionsContainer {
  position:absolute;
  bottom:22px;
	_bottom:21px;
	left:0;
	display:none;
	background: #ffffff url(/graphics/elselect/cont-bg.bmp) repeat-x 0 0;
	z-index: 1000;
	overflow: hidden;
}
.elSelect .option {
	padding:0 23px 0 0;
	border-left:solid 1px #b7b5b5;
	border-right:solid 1px #b7b5b5;
	text-align:center;
	font-weight:bold;
	color:#000000;
}
