.jquery-selectbox {
	position: relative;
	font:11px Tahoma;
	color: #5f5f5f;
    height:20px;
    background:url(/images/hotel-ul.gif) 0px 0px no-repeat;
    padding:1px 0px 9px 6px;
z-index:1;

}

#text .jquery-selectbox {background:url(/images/right-form-ul.gif) 0px 0px no-repeat;}

.jquery-selectbox.selecthover {
background:url(/images/hotel-ul-active.gif) 0px 0px no-repeat;
color:#d4d4d4;
z-index:2;
}	

#text .jquery-selectbox.selecthover {background:url(/images/hotel-ul-black-active.gif) 0px 0px no-repeat;}

.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 21px;
	padding: 0px;
	left: 0px;
	width: 177px;
	height: auto;
	z-index: 1000;
	padding:3px 0px 2px 9px;
	background:url(/images/hotel-ul-black-bottom.gif) 0% 100% no-repeat;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	cursor: pointer;
    width:186px;
    height:21px;position:absolute;
    left:0px;
    background:url(/images/s.gif) 0px 0px repeat;
    z-index:100;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	z-index:100;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	
}

.jquery-selectbox.selecthover .jquery-selectbox-item {color:#5f5f5f;}

.jquery-selectbox .jquery-selectbox-item {
	display: block;
	width:177px;
	cursor: pointer;
	padding-bottom:7px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	
}
