.sbHolder{
	position: relative;
	outline:none;
	z-index:2500;
	width:368px;
	background-color:#e3e3e3;
	height:30px;
	border:none;
	color:#666;
	padding-left:5px;
}
.sbHolder:focus .sbSelector{
	
}

.sbHolder:hover, .sbHolder2:hover
{
	background-color:#666;
}

.sbSelector{
	display: block;
	height: 28px;
	left: 0;
	line-height: 28px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 2px;
	top: 0;
	width: 340px;
	padding-left:5px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #FFF;
	outline: none;
	text-decoration: none;
}

.sbSelector:link
{
	color: #666666;
}

.sbToggle{
	background: url(/images/seta_combobox.png) 0px 6px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
}
.sbToggle:hover{
	/*background: url(/images/select-icons.png) -2px -119px no-repeat;*/
}
.sbToggleOpen{
	/*background: url(/images/select-icons.png) -2px -119px no-repeat;*/
}
.sbToggleOpen:hover{
	/*background: url(/images/select-icons.png) 0 -66px no-repeat;*/
}
.sbHolderDisabled{
	background-color: #3a3a3a;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color:#e3e3e3;
	border: solid 1px #515151;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	left:0px;
	width: 371px;
	z-index: 1;
	overflow-y: auto;
	color:#fff;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #666;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #EBB52D;
}
.sbOptions li.last a{
	border-bottom: none;
}

.sbOptions li.hide {
	display:none;
}

.caixas_error_select
{
	background-color:#fd573f
}

.sbToggleError{
	background: url(/images/seta_combobox_error.png) 0px 6px no-repeat;
}


@media only screen and (max-width: 767px) {
	.sbHolder,.sbSelector{
		width: calc(100% - 5px);
	}
}