@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 18px;
	border: 0;
	width: 104px !important;
	z-index: 0;
	display: block;
	margin: 4px 4px 9px 0;
	font-size: 12px;
	line-height: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	padding: 0;
	background-image: url("images/select.png");
}
.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 2px 0px 0px 8px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 18px;
	padding: 2px;
	left: 2px;
	background: #fff;
	width: 94px !important;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto !important;
	z-index: 1000;
	border: 1px solid #9c9c9c;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url("images/blank.png");
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	color: #000;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
}
