@CHARSET "UTF-8";

.select1 .jquery-selectbox {
	position: relative;
	display: block;
	height: 22px;
	width: 225px!important;
	z-index: 0;
	margin: 0px 0px 30px 0;
	font-size: 9px;
	font-family: Century Gothic, Arial, Sans-Serif;
	color: #333;
	padding: 0 0 0 3px;;
	background: url(../img/input-bg.jpg) repeat-x;
	font-size: 14px;
	color: #666;
	font-weight: bolder;
}

.select1 .jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 22px;
	left: 1px;
	background: #ffffff;
	width: 226px!important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	height:100px!important;
}

.select1 .jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	width: 26px;
	height: 20px;
	cursor: pointer;
	border: 0;
	display: block;
	background: url("../img/morebut.jpg");
	top: 1px;
	right: 1px;
	position: relative;
}


.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	
	white-space: nowrap;
	display: block;
	overflow: hidden;
	line-height: 24px;
}





.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background:  #eeeeee;
	color: #333;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding: 2px 5px 2px 5px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #333;
	background-image: url("../img/bg-TextFieldError.gif");
}
