
.elSelect select {
	width: 69px;
	height: 18px;
	padding: 2px 0 2px 2px;
}
.elSelect {
	width: 30px;
	height:10px;
	padding: 2px 0 2px 2px;
}
.elSelect .selected {
	background-color:#fff !important;
	color: #69787D !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding: 2px 0 0 6px;
	width: 20px;
	font: 11px Tahoma, Arial;
	color: #69787D;
	overflow:hidden;
}
.elSelect .dropDown {
	width: auto;
	height: 18px;
	float: right;
	padding: 1px 0 0 0;
	background:url(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: 3px 0 3px 4px;
	background-color: #EDEFF1;
	text-align:left;
	font:11px Tahoma, Arial;
	color: #69787D;
}

