@charset UTF-8;
.jquery-selectbox{position:relative;height:20px;
border:1px solid #BEBEBE;


width:45px;z-index:0;float:left;display:inline;font-size:10pt;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;margin:0 8px 4px 0;padding:0;}
.jquery-selectbox.selecthover{border:1px solid #BEBEBE;z-index:700}
.jquery-selectbox .jquery-selectbox-currentItem{white-space:nowrap;display:block;overflow:hidden;padding:3px 0 0 3px}
.jquery-selectbox .jquery-selectbox-moreButton{float:right;background:url(../images/lay-selectMoreButton.gif);width:16px;height:20px;cursor:pointer}
.jquery-selectbox .jquery-selectbox-item.listelementhover{background:#333;color:#eee}
.jquery-selectbox .jquery-selectbox-item{display:block;cursor:default; }
form .error .jquery-selectbox{color:#d00;background-image:url(../images/bg-TextFieldError.gif);border-color:#d00}
 .jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 20px;
	padding: 3px;
	left: -1px;
	width: 45px;
	height: 320px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #BEBEBE;
	background-color:#fff;}