@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 38px;
	border: none;
	width: 201px !important;
	z-index: 1000;
	line-height: 38px;
	display: block;
	font-size: 16px;
	color: #333;
	margin: 0 0 5px 0;
	padding: 0 15px;
	background: url("images/input-field.png") no-repeat 0 0;
}
.jquery-selectbox.selecthover {
	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: 38px;
	left: 0px;
	background: #b9aea0;
	width: 231px !important;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: 1px;
	right: 0;
	background: url("images/select-anchor.png");
	width: 37px;
	height: 36px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("images/select-anchor.png");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #d3cdc2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #333;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding: 0 10px;
	margin: 0 2px 2px 2px;
}

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