@CHARSET "UTF-8";
option{padding:0 25px 0 0;}
.jquery-selectbox {
	position: relative;
	height: 20px;
	width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 2px 10px 4px 0;
	padding: 0;
	background:url(images/selector_bg_repeat.gif) repeat-x;
}
.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 5px 3px 7px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	line-height:normal !important;
	background:url(images/selector_bg_lft.gif) no-repeat;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 16px;
	padding: 2px;
	left: 0px;
	background: #ffffff;
	width: 100px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #838383;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background:url(images/selector_bg_rt.gif);
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #87683d;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	text-transform:capitalize;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
}