.jquery-selectbox {
	position: relative;
	height:inherit;
	z-index: 0;
	display: inline;
	margin:inherit;
	font-size:inherit;
	font-family:inherit;
	color: inherit;
  	padding: inherit;
   	background:none;
	border: none;
	float:left;
 
}
.jquery-selectbox.selecthover {
	border: none;
	background: none;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
		background: none;

}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	padding: 2px;
	left: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url("../../_conteudo/img/selectMoreButton.jpg") no-repeat left top;
	margin-top:4px;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../../_conteudo/img/selectMoreButton.jpg") no-repeat left top;
}

.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../../_conteudo/img/bg-TextFieldError.gif");
}


/*****************  CONFIGURAÇÕES GLOBAIS ***********************/
.jquery-selectbox {
	margin: 0 10px 8px 3px;
    padding: 0;
   
    
}
.jquery-selectbox .jquery-selectbox-list {
	border: 1px solid #CCC;
    background: #FFF;
	top: 20px;
	height: 300px;
	padding-bottom:10px;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #EAF2FB;
	color: #686868;
}

