
.jquery-selectbox {
	position: relative;
	height: 20px;
	width: 300px;
	z-index: 0;
	float: left;
	font-size:12px;
	display: inline;
	color: #828282;
	padding: 0;
	background: #ffffff;
}
.jquery-selectbox.selecthover {	z-index: 700;}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	margin:0 0 10px 0;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 25px;
	left: 0px;
	background: #ffffff;
	width: 90px;
	height: 250px;
	overflow: auto;
	z-index: 1000;
	border: 1px solid #828282;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url(/static/images/lay-selectMoreButton.gif);
	width: 26px;
	height: 23px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
background: #4d4c4c;
color: #fff;
cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-item {
    padding: 5px 2px 2px 5px;
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {}

