/*download by http://down.liehuo.net  .sb_wrapper input[type="text"]*/
.sb_wrapper input[type="text"]{width:290px;float:left;outline: none;padding-left: 20px; }
ul.sb_dropdown{
	border:1px solid #fff;
	background: #fafafa; 
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fafafa)); 
	background: -moz-linear-gradient(top, #f2f2f2, #fafafa);
	font-size:12px;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	-moz-box-shadow:1px 1px 3px #555;
	-webkit-box-shadow:1px 1px 3px #555;
	-box-shadow:1px 1px 3px #555;
	outline:none;
	padding:0px 2px 0px 20px;
	text-shadow:1px 1px 1px #fff;
	width:200px;
	float:left;
	margin:0px;
}
ul.sb_dropdown{
	float:left;
	list-style:none;
	width:300px;
	padding:6px 5px;
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
ul.sb_dropdown li{
	font-size:12px;
	line-height:32px;
	height:20px;
	float:left;
	width:100%;
	line-height:20px;
}
ul.sb_dropdown li input[type="checkbox"]{
	float:left;
	margin:5px 5px 0px 5px;
}
ul.sb_dropdown li.sb_filter{
	width:290px;
	border:1px solid #f9f9f9;
	clear:both;
	background: #ddd;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#444;
	height:16px;
	line-height:16px;
	padding:5px;
	-moz-box-shadow:0px 0px 2px #777;
	-webkit-box-shadow:0px 0px 3px #555 inset;
	-box-shadow:0px 0px 3px #555 inset;

}
span.sb_up,
span.sb_down{
	position:absolute;
	top:15px;
	left:1px;
	width:14px;
	height:20px;
	background-color:#f2f2f2;
	background-position:center center;
	background-repeat: no-repeat;
	z-index:10;
	border:1px solid #fff;
	-moz-box-shadow:1px 0px 1px #ddd;
	-webkit-box-shadow:1px 0px 1px #ddd;
	-box-shadow:1px 0px 1px #ddd;
	cursor:pointer;
}
span.sb_up{
	background-image:url(../images/up.png);
}
span.sb_down{
	background-image:url(../images/down.png);
}
input.sb_search{
	background:#f2f2f2 url(../images/search.png) no-repeat center center;
	height:25px;
	width:24px;
	float:left;
	border:none;
	margin:0px;
	border:1px solid #ddd;
	outline:none;
	cursor:pointer;
}
input.sb_search:hover{
	background-color:#fff;
}
.sb_input{
	height:20px;
}
.sb_input_color1{
	color:gray;
}
.sb_input_color2{
	color:black;
}
#sh_dropdown2 a{
	font-size:12px;
}

#sh_dropdown2 a:link{
	color:#444;
}
#sh_dropdown2 a:visited{
	color:#444;
}
#sh_dropdown2 a:hover{
	color:#fff;
}
#sh_dropdown2 a:active{
	color:#fff;
}
