

/*combos*/


.elSelect {
	width:339px;
	height:30px;
	background:url(imgs/select_bg.gif) no-repeat 0% 0%;
	font-family:verdana;
}
.elSelect .selected {
	background-color:#fff !important;
	color:#CC3399 !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:5px 0 0 9px;
	width:177px;
	font-size:11px;
	color:#ffffff;
	overflow:hidden;
}
.elSelect .dropDown {
	width: 36px;
	height: 30px;
	float: right;
	background:url(imgs/select_arrow.gif) no-repeat 0% 0%;
}
.elSelect .optionsContainerTop {
	position:absolute;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div {
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div div {
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	margin:-5px 0 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: 10px 0 10px 5px;
	background-color:#000000;
	border-left:solid 1px #414141;
	border-right:solid 1px #414141;
	text-align:left;
	font-size:11px;
	color:#ffffff;
}
.elSelect .disabled {
	background-color:#000000;
	border-left:solid 1px #414141;
	border-right:solid 1px #414141;
	color:#ffffff;
}

span {
display:block;
margin:-20px 0 0 250px;
font-size:10px;
}