.jquery-selectbox {
	position: relative;
	padding:1px 0 0 0px;
	width: 105px;
	z-index: 0;
	float: right;
	display: inline;
	margin: 4px 4px 4px 0;
	font-size: 11px;
	font-weight:bold;
	color: #bbb;
	height:16px;
	background:url(css_img/backselect.gif) no-repeat 95px 6px;
	border:solid 1px transparent;
/*	background:url(css_img/bck-combo.png) no-repeat 0px 0px*/

}
.jquery-selectbox.selecthover {
	border:solid 1px transparent;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	cursor:pointer;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	line-height:8px;
}

.jquery-selectbox .jquery-selectbox-list{
	border-left:solid 1px #bbb;
	border-right:solid 1px #bbb;	
	border-bottom:solid 1px #bbb;	
	display: none;
	position: absolute;
	top: 16px;
	padding: 3px 3px 3px 2px;
	left: 0px;
	background: #141414;
	width:106px !important;
	height: 197px !important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	margin-top:1px;
	margin-left:-1px;
	cursor:pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	cursor:pointer;
	background: white;
	color: #252525;
}
.jquery-selectbox .jquery-selectbox-item {
	padding:2px 0;
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg-TextFieldError.gif");
}
