.elSelect {
	background:#F5F5F5;
	border:0px solid #FFFFFF;
	height:20px;
	width:155px;
	margin-left:4px;
	background-image:url(/static/images/buttons/droptextboxstart.gif);	
	background-repeat:no-repeat;
	padding-left:2px;
	float:left;	
	cursor:default;	
}
.elSelect .selected {
	background-color:#000066 !important;
	color:#FFF !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:2px 0 0 6px;
	width:133px;
	font-weight:normal;
	font-size:11px;
	color:#666666;/*#7B9FCF;*/
	/*overflow:hidden;*/
	height:19px;
	overflow-y:hidden;	
	background-image:url(/static/images/buttons/droptextbox.gif);	
	background-repeat:repeat-x;
	overflow:hidden;
	line-height:17px;	
}
.elSelect .dropDown {
	width: 16px;
	height: 19px;
	float: right;
	background:url(/static/images/buttons/droparrow.gif) no-repeat 0% 0%;
}
.elSelect .optionsContainerTop {
	position:absolute;
	/*background:url(images/top_center.gif) repeat-x 0% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div {
	/*background:url(images/top_left.gif) no-repeat 0% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div div {
	/*background:url(images/top_right.gif) no-repeat 100% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	margin:-5px 0 0 0;
	/*background:url(images/bottom_center.gif) repeat-x 0% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div {
	/*background:url(images/bottom_left.gif) no-repeat 0% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div div {
	/*background:url(images/bottom_right.gif) no-repeat 100% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .optionsContainer {
	background-color: #F5F5F5;
	border-bottom:1px solid #000;
	border-top:1px solid #CCC;
	border-right:1px solid #000;
	position:absolute;
	display:none;
	width:329px;
	height:200px;
	overflow-x:hidden;
	overflow-y:auto;	
}
.elSelect .option {
	background-color:#FFFFFF;
	border-right:0px solid #000;
	border-left:1px solid #CCC;
	/*color:#7B9FCF;*/
	font-size:11px;
	//font-weight:normal;
	height:14px;
	padding:0px 0pt 0px 5px;
	text-align:left;
	cursor:default;
}
.elSelect .disabled {
	background-color:#C0CCCF;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	color:#90A4AA;
}
span {
	/*display:block;
	margin:-20px 0 0 250px;
	font-size:10px;*/
}