
.jquery-selectbox {
background-image:url("../img/select/bg-TextField.png");
color:#444444;
display:inline;
float:left;
font-family:Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:12px;
height:30px;
margin:0 10px 0 0;
padding:0;
position:relative;
z-index:0;

}
.jquery-selectbox.selecthover {
	
	background-image:url("../img/select/bg-TextField.png");
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	display:block;
overflow:hidden;
padding:6px 0 0 13px;
white-space:nowrap;
}

.jquery-selectbox .jquery-selectbox-list {
background:none repeat scroll 0 0 #F8F8F8;
border:1px solid #999999;
display:none;
font-size:11px;
height:120px;
left:0;
margin:0 0 0 9px;
overflow-x:hidden;
overflow-y:auto;
padding:2px 5px;
position:absolute;
top:26px;

z-index:1000;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
background:url("../img/select/lay-selectMoreButton.png") repeat scroll 0 0 transparent;
cursor:pointer;
float:right;
height:21px;
margin:5px 0 0;
width:25px;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../img/select/lay-selectMoreButtonHover.png");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #60c2cf;
	color: #333;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/select/bg-TextFieldError.gif");
}
