@CHARSET "UTF-8";
.sbHolder{
	background-color: #ffffff;
	border: 0;
	font-weight: normal;
	height: 28px;
	position: relative;
	width:74px;
	border-radius:50% 0 0 50%;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 28px;
	left: 0;
	line-height: 28px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 15px;
	top: 0;
	width: 70px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	font-family: Nanum Gothic,sans-serif; FONT-SIZE: 10pt; color:#666; font-weight:bold;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(/images/common/select.gif) 50% 50% no-repeat;
	background-size:9px auto;
	display: block;
	height: 28px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
/* .sbToggle:hover{
	background: url(/plugin/SelectBox/img/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(/plugin/SelectBox/img/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(/plugin/SelectBox/img/select-icons.png) 0 -66px no-repeat;
} */
.sbHolderDisabled{
	background-color: #;
	border: solid 1px #d6d6d6;
}

.sbOptions{
	background-color: #ffffff;
	border: solid 1px #d6d6d6;
	font-family: Nanum Gothic,sans-serif; FONT-SIZE: 10pt; color:#666666;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 26px;
	width: 74px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #d6d6d6;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #666666;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #333333;
	font-weight:bold;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #d6d6d6;
	color: #666666;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #d6d6d6;
	color: #666666;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
.search_form_input {
	width:280px;
	height:32px;
	background:#ffffff;
	border:1px solid #d6d6d6;
	color:#666666;
	padding-left:5px;
	padding-top:0px;
} 
.btn_form_searchbtn {
	width:100px;
	height:32px;
	background:#666;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	font-weight: 800;
	border:1px solid #666;
	cursor:hand;
}