
.sbHolder{
	background-color: #000;
	font-family: 'lato bold';
	font-size:16px;
	height: 50px;
	position: relative;
	width: 618px;
	border:1px solid #494949;
}

.error .sbHolder{ 
	border-color:#a20b0b;	
}


.sbHolder:focus .sbSelector{
	
}

.sbSelector{
	display: block;
	height: 50px;
	left: 0;
	line-height: 50px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 570px;
	font-size:16px;
	font-family: 'lato bold';
}

.sbToggle{
	background: url("../images/icon-select.png") no-repeat center center;
	display: block;
	height: 50px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}
 
.sbOptions{
	background-color: #fff;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50px;
	width: 618px;
	z-index: 1;
	overflow-y: auto;
	border:1px solid #494949;
	
}
.sbOptions li{
	padding: 0 0px;
}

.sbOptions li:first-child{
	display:none;
}

.sbOptions a{
	display: block;
	outline: none;
	padding: 10px 10px 10px 10px;
	color:#4a565e;
	font-family: 'lato bold';
	font-size:16px;
}
.sbOptions a:hover{
	background:#7f8991;
	color:#fff;
}


