@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 31px;
	width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 4px 0;
	padding: 0 0 0 0px;
	font-size: 11px;
	color: #626262;
	font-weight: bold;
	/* background-image: url("images/jQueryCheckboxImgs/bg-TextField.gif"); */
}
.jquery-selectbox.selecthover {
	/* border-color: #9F7627;
	background-color: #FFFCDF; */
	/* background-image: url("images/jQueryCheckboxImgs/bg-TextFieldFocused.gif"); */
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	line-height: 25px;
	/* padding: 1px 0px 0px 1px; */
	white-space: nowrap;
	display: block;
	overflow: hidden;
	float:none;
	color:#626262;
	height:29px;
	border:1px solid #07a155;
	padding: 0 10px;
	text-align:center;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 31px;
	padding: 2px;
	left: 0px;
	background: #fff;
	width: 90% !important;
	height: auto !important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #07a155;
	border-top:none;
	/* border: 1px solid #818181; */
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("images/arrow-black-grey.gif") 0 0 no-repeat;
	width: 35px;
	height: 35px;
	margin-left:0px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	/*background: url("images/arrow-black-grey.gif") 0 100% no-repeat;*/
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #fff;
	color: #424242;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: pointer;
	color: #626262;
	padding: 0 5px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("images/jQueryCheckboxImgs/bg-TextFieldError.gif");
}

