@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 40px;
		width: 261px !important;
	z-index: 0;
	float: left;
	display: inline;
	font-weight:normal !important;
	font-family: Verdana;
    font-size: 14px;
    font-style: italic;
	color:#777777;
	padding: 0;
	background-image: url("../img/selectBG.png");
}
.jquery-selectbox.selecthover {
	

	background-image: url("../img/selectBG.png");
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 13px 0px 0px 10px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	font-family: Verdana;
	text-align:left;
	font-size: 12px;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 39px;
	padding: 2px;
	left: 7px;
	background-color: #dedede;
	width: 245px !important;
	/*height:auto !important;*/
	/*height:430px !important;*/	
	overflow-x: hidden; 
	overflow-y: auto;
	z-index: 1000;
	right:5px;
	font-family:Arial;
	font-size:12px;

}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	/*background: url("../img/botao-select.png");*/
	width: 261px;
	height: 40px;
	cursor: pointer;
	position:absolute;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	/*background: url("../img/botao-select.png");*/
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {

background-color:#333333;
cursor:pointer;

}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg-TextFieldError.gif");
}
