@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 25px;
	width: 375px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 4px 4px 4px 0;
	font-size: 14px;
	font-family: Arial;
	color: #444;
	padding:7px 0px 0px 10px;
	background-image: url("../../images/selectBox/bg-TextField.gif");
}
.jquery-selectbox.selecthover {
	border-color: none;
	background-color: none;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 35px;
	padding: 0px;
	left: 0px;
	background: #f5f5f5;
	width: 100px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px dotted #91a501;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../../images/selectBox/selectMoreButton.gif");
	width: 37px;
	height: 32px;
	cursor: pointer;
	margin-top:-7px;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../../images/selectBox/selectMoreButtonHover.gif");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #91a501;
	color: #FFF;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:4px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../../images/selectBox/bg-TextFieldError.gif");
}

#SelectBox {
   float:left;
   margin-left:8px;
}

#BtnVejaNossaSolucao {
   float:left;
   margin-left:8px;
   margin-top:3px;
}

