
.jquery-selectbox {
	position:absolute;
	top:4px;
	left:205px;
	height: 23px;
	z-index: 0;
	float: left;
	display: inline;
	margin:0 13px 0 0;
	padding: 0;
	font-size: 11px;
	color: #777;
	background:url(../images/selectbox/select-label.png) no-repeat left top;
}

.jquery-selectbox.selecthover {
	z-index: 700;
}	

.jquery-selectbox .jquery-selectbox-currentItem {
	height: 23px;
	line-height:23px;
	padding: 0px 0px 0px 8px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor:pointer;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 25px;
	left: -1px;
	z-index: 1000;
	border: 1px solid #E6E6E6;
	background:#FAFAFA;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background:url(../images/selectbox/select.png) no-repeat center center;
	width: 29px;
	height: 23px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {

}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background:#F0F1F2;
}

.jquery-selectbox .jquery-selectbox-item {
	display: block;
	height:24px;
	line-height:24px;
	cursor: default;
	text-indent:8px;
}

form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
}
