@charset "utf-8";
*{ margin:0; padding:0;}
.search_info{width:155px; margin-left:8px; margin-top:8px; float:right;display:none;z-index: 1001;}

.search_info input.button1 {
	border-radius: 5px;
	line-height: 23px;
	height: 25px;color: #666;
	width: 100px;
	padding: 0 5px 0 5px;
	border: 1px solid;
	border: #CCC 1px solid;
	background: none;
	float:left;
	margin-right:3px;
	font-size:12px;
	z-index: 1001;
}
.search_info input.button2 {
	border:0;
	color: #fff;
	width: 40px; cursor:pointer;
	border-radius: 5px;
	height: 25px;
	background:#f27c25;
	font-size:12px;
	z-index: 1001; float:right;
}
.search_info input.button3 {
	border:0;
	color: #fff;
	width: 60px; cursor:pointer;
	border-radius: 5px;
	height: 25px;
	background:#f27c25;
	font-size:12px;
	z-index: 1001; float:right;
}