.jquery-selectbox {
	position: relative;
	width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	/*margin: 4px 4px 4px 0;*/
	color: #444;
	padding: 0;
	width: 252px;
	height: 21px;
}
.jquery-selectbox.selecthover {
	border-color: #9F7627;
	background-color: #e8e6e7;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	background:  #e8e6e7 url(../img/input_bg.gif) right top no-repeat;
	height: 17px;
	border: 1px solid #B7B5B6
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 21px;
	padding: 2px;
	left: 0px;
	background: #e8e6e7;
	width: 100px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #b7b5b6;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(../img/select_button.gif);
	width: 25px;
	height: 22px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url(../img/select_button.gif);
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background-color: #848384;
	color: white;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
}
