@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 23px;
	width: 293px !important;
	z-index: 0;
	font-size: 15px;
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	padding: 9px 0 0 10px;
	background: url("../images/input-bg.png");
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	color: #000;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 34px;
	left: 0px;
	padding: 10px;
	background: #18396c;
	width: 283px !important;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	/*
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	*/
}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: 6px;
	right: 5px;
	background: url("../images/drop.png");
	width: 20px;
	height: 20px;
	cursor: pointer;
	padding: 0;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background-position: 0 -20px;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #f60;
	color: #fff;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: pointer;
	padding: 3px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg-TextFieldError.gif");
}

