
.jquery-selectbox {
	position: relative;
	height: 16px;
	border: 1px solid #cccccc;
	width: 190px; 
	z-index: 0;
	float: left;
	display: inline;
	margin: 0px 0px 3px 0;
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #A0A19B; /*; #EFEFF1*/
	padding: 0;
	/*background-image: url("../img/bg-TextField.gif");*/
}
.jquery-selectbox.selecthover {
	border-color: #9F7627;
	background-color: #fff;
	background-image: url("../images/bg-TextFieldFocused.gif");
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;	
	background-image: url("../images/bg-TextFieldFocused.gif");
	/*height:16px;
	background-image: url("../images/bg_select_list.png");*/
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 16px;
	padding: 2px;
	left: 0px;
	background: #fff;
	width: 190px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #A0A19B;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../images/lay-selectMoreButton.gif");
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../images/lay-selectMoreButtonHover.gif");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	/* background: #87683d; 
	color: #eee;*/
	background: #E6EAD6; 
	color: #C24729;
	
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../images/bg-TextFieldError.gif");
}
