@CHARSET "UTF-8";
.sbHolder{
	position: relative;
	font-family: "·L³n¥¿¶ÂÅé", Tahoma, Arial, Helvetica, sans-serif !important;
	width: 184px;
	height: 22px;
	border: 1px solid #1E1027;
	background: #8D6F95;
	text-decoration: none;
}

.sbSelector{
	display: block;
	height: 22px;
	left: 0;
	line-height: 22px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 5px;
	top: 0;
	width: 154px;
	text-decoration: none;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #000;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/contact/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 22px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	text-decoration: none;
}

.sbToggle:hover{
	background: url(../images/contact/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(../images/contact/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/contact/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	border: 1px solid #000;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	border: 1px solid #000;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px;
	width: 184px;
	z-index: 3;
	overflow-y: auto;
	overflow-x: hidden;
	background: #8D6F95;
}
.sbOptions li{
	width: 184x;
	height: 22px;
	margin: 0;
	overflow: hidden;
}
.sbOptions a{
	width: 176px;
	height: 14px;
	display: block;
	outline: none;
	padding: 4px;
	line-height: 14px;
	text-decoration: none;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #000;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #FFF;
}
.sbOptions li.last a{
	text-decoration: none;
}