.jquery-selectbox {
	position: relative;
	height: 23px;
	z-index: 0;
	float: left;
	display: inline;
	padding: 0;
	background-image: url("../img/bg/bg-TextField.gif");
	}

.jquery-selectbox.selecthover {
	border-color: #9F7627;
	background-color: #FFFCDF;
	background-image: url("../img/bg/bg-TextFieldFocused.gif");
	z-index: 700;
	}

.jquery-selectbox .jquery-selectbox-currentItem {
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 22px;
	left: 0px;
	background: #fff;
	width: 110px;
	padding: 0 0 5px;
	height: 130px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #ccc;
	}

.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url("../img/bg/lay-selectMoreButton.gif");
	width: 23px;
	height: 23px;
	cursor: pointer;
	}

.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../img/bg/lay-selectMoreButtonHover.gif");
	}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #eee;
	color: #464646;
	cursor: pointer;
	}

.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	}

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