.jquery-selectbox {
	position: relative;
	z-index: 0;
	height: 17px;
	padding: 5px 2px;
	width: 255px;
	border: 1px solid #D4D4D4;
	background: #fff;
	margin-bottom: 10px;
}
.jquery-selectbox.selecthover {

	z-index: 700;
}	
.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: 27px;
	padding: 2px;
	left: 0px;
	background: #fff;
	width: 100px;
	height: 120px;
	z-index: 1000;
	border: 1px solid #d4d4d4;
	height: auto;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../images/select-bg.gif") no-repeat right 0;
	width: 29px;
	height: 25px;
	cursor: pointer;
	position: relative;
	top: -4px;
}


.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #EDEDED;
	color: #3c576c;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	line-height: 15px;
	padding: 3px 0;
}

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