@CHARSET "UTF-8";
.sbHolder{
			padding:0 10px 0 10px;
			width:355px;
			font-size:14px;
			color:#a9a9a9;
			background:#fff;
			border:1px solid #5c5243;
			border-radius:3px;
			background: #f7f7f7;
			background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7f7f7), to(#fff));
			background: -webkit-linear-gradient(#f7f7f7, #fff);
			background: -moz-linear-gradient(#f7f7f7, #fff);
			background: -ms-linear-gradient(#f7f7f7, #fff);
			background: -o-linear-gradient(#f7f7f7, #fff);
			background: linear-gradient(#f7f7f7, #fff);
			height:30px;
}

.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	font-size:14px;
	color:#6b6256;
width: 339px;
}
.sbToggle{
	background: url(../img/select.gif) 0 0px no-repeat;
	display: block;
	height: 31px;
	outline: none;
	position: absolute;
	right: 0;
	top: 1px;
	width: 38px;
}
.sbToggle:hover{
	background: url(../img/select_h2.gif) 0 0px no-repeat;
}	
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	padding:0 10px 0 10px;
	width:374px;
	font-size:14px;
	color:#a9a9a9;
	background:#fff;
	border:1px solid #5c5243;
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 33px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #a9a9a9;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #6b6256;
}
.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;
}

/* -------------headsel------------------ */
#form_wrap_head_inner .sbHolder{
			padding:0 0px 0 10px;
			width:324px;
			font-size:14px;
			background:#fff;
			border:1px solid #2f7fb8;
			-webkit-border-radius: 2px 0px 0px 2px;
			border-radius: 2px 0px 0px 2px; 
			height:30px;
			-webkit-box-shadow: 1px 1px 2px 0px #90b7d4;
				box-shadow: 1px 1px 2px 0px #90b7d4; 
				border:1px solid #a4a3a3;
				font-size:14px;
				font-weight:normal;
				color:#a9a9a9;
				font-family:arial;
				-webkit-box-shadow: 1px 1px 2px 0px #a4a3a3;
				box-shadow: 1px 1px 2px 0px #a4a3a3; 
}
#form_wrap_head_inner  .sbSelector:link, #form_wrap_head_inner  .sbSelector:visited, #form_wrap_head_inner .sbSelector:hover{
	font-size:14px;
	color:#a9a9a9;
width: 307px;
}

#form_wrap_head_inner  .sbOptions{
	padding:0 10px 0 10px;
	width:334px;
	font-size:14px;
	color:#a9a9a9;
	background:#fff;
	border:1px solid #a9a9a9;
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 33px;
	z-index: 1;
	overflow-y: auto;
}
#form_wrap_head_inner .sbToggle{
	background: url(../img/select_head.jpg) 0 0px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right:-5px;
	top: 1px;
	width: 30px;
}
#form_wrap_head_inner .sbToggle:hover{background: url(../img/select_head2.jpg) 0 0px no-repeat;}