@CHARSET "UTF-8";

.jquery-selectbox, .selectboxLong {
	position: relative;
	height: 23px;
	width: 96px;
	z-index: 0;
	float: left;
	display: inline;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	background-image: url("../images/form_box_bg.jpg");
	background-repeat:no-repeat;
	width:122px;
}

.selectboxLong {
    width: 119px;
	background-image: url("../images/form_box_long_bg.jpg");
}

.jquery-selectbox.selecthover, .selectboxLong.selecthover {
	border-color: #9F7627;
	background-color: #FFFCDF;
	background-image: url("../images/form_box_bg.jpg");
	z-index: 700;
}	
.selectboxLong.selecthover {
	background-image: url("../images/form_box_long_bg.jpg") !important;
}	
.jquery-selectbox .jquery-selectbox-currentItem, .selectboxLong .selectboxLong-currentItem {
	padding: 4px 0 0 8px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list, .selectboxLong .selectboxLong-list {
	display: none;
	position: absolute;
	top: 23px;
	padding: 2px;
	left: 0px;
	background: #fff;
	width: 116px;
	height: 28px;
	overflow-x: hidden;
	overflow-y: hidden;
	z-index: 1000;
	border: 1px solid #C5CCD2;
}
.jquery-selectbox .jquery-selectbox-moreButton, .selectboxLong .selectboxLong-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../images/form_box_arrow.jpg");
	width: 26px;
	height: 23px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover, .selectboxLong .selectboxLong-moreButton.morebuttonhover {
	background: url("../images/form_box_arrow.jpg");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover, .selectboxLong .selectboxLong-item.listelementhover {
	background: #C5CCD2;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item, .selectboxLong .selectboxLong-item {
	display: block;
	cursor: default;
	padding-top: 1px;
	padding-bottom: 1px;
}

/** ERROR classes **/
form .error .jquery-selectbox, form .error .selectboxLong {
	color: #d00;
	border-color: #d00;
	background-image: url("../images/bg-TextFieldError.gif");
}
