
.jquery-selectbox {

padding:0!important;
	position:relative!important;	
	width:142px!important;
	height:30px!important;
	border: 0;
	z-index: 0;
	display:inline;
	float:left;
	
	margin: 0px 4px 4px 0;
	font-size: 1em;
	padding-left:10px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444;
	background:url(../../images/structure/bg_select.jpg) no-repeat;
	
}
.jquery-selectbox.selecthover {
	border-color: #9F7627;

	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	font-size:15px;
	margin-top:7px;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute!important;
	top: 30px;
	padding: 2px;
	left: 0px;
	background: #ffffff;
	height: 120px;
	overflow: auto;
	z-index: 1000;
	width:137px!important;
	padding-bottom:4px;
	border: 1px solid #000000;
}


.contato .jquery-selectbox .jquery-selectbox-list {
	padding-bottom:15px;
	display: none;
	position: absolute!important;
	overflow: auto;
	top: 24px;
	padding: 2px;
	left: 0px;
	background: #ffffff;

	height: 120px;
	overflow: hidden;

	z-index: 1000;
	border: 1px solid #000000;
}


.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	width: 19px;
	height: 24px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {

}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #5f5d5d;
	color: #eee;
}
.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");
}

#lightbox-image-details-currentNumber { color:#E18513;}



