.elSelect {
	color: #161211;
	height:16px;
	border: 1px solid #757575; -moz-border-radius: 2px; -webkit-border-radius: 2px;
	background: #eee;
}

.elSelect:hover {
	border: 1px solid #ccc;
}

.elSelect .selected {
	background-color:#ccc !important;
	cursor: pointer;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:2px 0 0 6px;
	width: 94%;
	overflow:hidden;
	background: url(/img/select_arrow.gif) no-repeat right 1px;
}
.elSelect .dropDown {
	
}
.elSelect .optionsContainer {
	position: absolute;
	display: none;
	border: 1px solid #757575; -moz-border-radius: 2px; -webkit-border-radius: 2px; color: #161211;
	background: #eee;
	margin-top: 0px;
	margin-left: 1px;
	
}
.elSelect .option {
	padding:2px 0 2px 5px;
	text-align:left;
}
.elSelect .disabled {
	color:#999;
}