@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 30px;
	width: 194px !important;
	z-index: 0;
	float: left;
	display: inline;
	font-size: 17px;
	line-height: 30px; 
	font-family: 'Gill Sans MT','GillSansMT', Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0d131a;
	text-align: right; 
	padding: 0;
	background: #fff; 
}
.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0 25px 0px 10px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
/*.jquery-selectbox .jquery-selectbox-item:first-child {
	display: none; 
}*/

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	bottom: 32px;
	padding: 0;
	left: 0px;
	background: #fff;
	width: 194px !important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	background: url(images/select.png) no-repeat right center;
	width: 100%;
	height: 30px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	color: #999;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding: 0 10px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	border-color: #d00;
}
