@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 27px;
	width: 71px;
	padding: 0 0 5px 15px;
	z-index: 0;
	float: left;
	display: inline;
	background: url(../imagens/bg_input4.png) no-repeat top right;
}

/*quando a caixa de opsoes é extendida dica assim*/
.jquery-selectbox.selecthover {z-index: 700;}

/*primeiro item na janela select*/
.jquery-selectbox .jquery-selectbox-currentItem {
	font-size: 13px;
	padding: 0;
	overflow: hidden;
	position: static;
}

/*janela de opsoes*/
.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 32px;
	padding: 10px;
	left: 3px;
	width: 70px;
	height: 200px;
	background: #1666A3 url(../imagens/acesso_bg.png) repeat-x bottom;
	overflow: auto;
	/*-moz-border-radius: 12px;*/
}

.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	cursor: pointer;
	background: url(../imagens/botao_select.gif) no-repeat center center;
	width: 35px;
	height: 23px;
	margin: 5px 0 0 0;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {}


/*hollover em item da lista*/
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	color: #0C6CB2;
	font-size: 13px;
	background: #fff;
}

/*janela de opsoes*/
.jquery-selectbox .jquery-selectbox-item {
	font-size: 13px;
	display: block;
	cursor: default;
	margin: 0 0 0 10px;
	color: #fff;
}

/** ERROR classes **/
form .error .jquery-selectbox {background: #F60;}

