@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 25px!important;
	border: none;
	width: 135px;
	z-index: 0;
	float: left;
	display: inline;
	font-size: 9px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444;
	padding: 0;
	background:url(../img/input_busca_palavra.png) no-repeat;
	
}
.jquery-selectbox.selecthover {
	border-color: #fce5ee;
	background-color: #FFFCDF;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0px 0px 0px 5px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	line-height:20px;
	color:#707070;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 25px;
	padding: 2px;
	left: 0px;
	background: #fffcdf;
	width: 100px;
	height: 12em!important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url(../img/lay-selectMoreButton.png) no-repeat right 1px;
	width: 26px;
	height: 25px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url(../img/lay-selectMoreButtonHover.png) no-repeat right 1px;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #ffe6d2;
	color: #000;
}
.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);
}
