@CHARSET "UTF-8";
.selectbox{ float:right;width: 250px;}

.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 37px;
	left: 0;
	line-height: 37px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 218px;color:#666;
}



.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}

.sbOptions li{
	padding: 0 7px; width:98% !important;
}


.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 2px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #999999;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	/*color: #EBB52D;*/
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

.selectbox .sbToggle{
	background:url(../images/select.jpg) right center no-repeat;
	display: block;
	height: 37px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}




.selectBox1 .sbToggle{
	 background:url(../images/blog-select-image.jpg) right center no-repeat;
	display: block;
	height: 40px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0; z-index:9;
	width: 45px;
}




.contactinput-select .sbToggle{
	 background:url(../images/down-icon.png) center center no-repeat;
	display: block;
	height: 40px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
}
.input-select .sbToggle{
  background: url("../images/down-icon4.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 38px;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}


.selectbox .sbHolder{
	background-color: #f0f0f0;
	border: solid 1px #e6e6e6;
	font-size: 14px;
	font-weight: normal;
	height: 37px;
	height: 37px;
	position: relative;
	width: 100%;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;
}

.selectBox .sbHolder{
	background-color: #f0f0f0;
	border: solid 1px #e6e6e6;
	font-size: 14px;
	font-weight: normal;
	height: 37px;
	position: relative;
	width: 100%;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;
}

.input-select .sbHolder{
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
	font-size: 14px;
	font-weight: normal;
	height: 37px;
	padding-top:0px;
	padding-bottom:0px;
	line-height: 37px;
	padding-left:20px;
	padding-right:20px;
	position: relative;
	width: 100%;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;
}

.contactinput-select .sbHolder{
	background-color: #ffffff;
	  border: 2px solid #e6e6e6;
	font-size: 14px;
	font-weight: normal;
	height: 45px;
	line-height: 45px;
	padding: 0px 20px;
	position: relative;
	width: 100%;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;
}

.contactinput-select .sbSelector {
    color: #666;
    display: block;
    height: 43px;
    left: 0;
    line-height: 43px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 90%; font-size:16px;
}
.contactinput-select .sbOptions{
	background-color: #ffffff;
	border-left: solid 1px #ececec;border-right: solid 1px #ececec;border-bottom: solid 1px #c5c5c5;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 37px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
}

.selectbox .sbSelector:link, .selectbox .sbSelector:visited, .selectbox .sbSelector:hover{
	color: #999999;
	outline: none;
	text-decoration: none;
}
.input-select .sbSelector:link, .input-select .sbSelector:visited, .input-select .sbSelector:hover{
	color: #999;
	outline: none;
	text-decoration: none;
}


.selectbox .sbOptions{
	background-color: #ffffff;
	border-left: solid 1px #ececec;border-right: solid 1px #ececec;border-bottom: solid 1px #c5c5c5;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 37px;
	width: 100%;
	z-index: 9999999;
	overflow-y:auto !important;
}
.selectbox .sbOptions a:hover{ color:#000000;}
.selectbox .sbOptions a sbToggleOpen{}
.input-select .sbOptions{
	background-color: #ffffff;
	  border: 1px solid #e0e0e0;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 37px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
}


.input-select .sbSelector{	left: 5px; width:100%;}

@media only screen and (max-width:660px) {
.input-select select{
	padding-top:0px;
	padding-bottom:0px;
}


}
@media only screen and (max-width:660px) {
.selectbox {
    float: right;
    width: 99%;
}	
.selectBox {
    float: left;
    width: 99%;
}

}
@media only screen and (max-width:500px) {
	.contactinput-select .sbSelector{ left:-6px;}
	
}
