@charset "utf-8";
.sbHolder{
	font-size: 14px;
	font-weight: normal;
	height: 38px;
	line-height: 38px;
	position: relative;
	background: url('../images/feedback-form.select.bg.png') top left repeat-x;
	border: 1px solid #269ad4;
	border-radius: 3px;
}
.sbSelector{
	display: block;
	left: 0;
	height: 38px;
	line-height: 38px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	right: 25px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #226ed0;
	outline: none;
	text-decoration: none;

}
.sbToggle{
	background: url('../images/feedback-form.select-tip.bg.png') 0 0 no-repeat;
	display: block;
	height: 38px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
}
.sbToggle:hover{
}
.sbToggleOpen{
}
.sbToggleOpen:hover{
}
.sbHolderDisabled{
	background-color: #fff;
	border: solid 1px #dfdfdf;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
	background-color: #fff;
	border: solid 1px #dfdfdf;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 2;
	overflow-y: auto;
}
.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: #464646;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #9A5045;
}
.sbOptions li.last a{
	border-bottom: none;
}

@media all and (max-width:960px) {
	.sbHolder{
		width: 430px !important;
	}
}

@media all and (max-width:720px) {
	.sbHolder{
		width: 300px !important;
	}

	.custom-radio{
		display: block;
	}
}
