@charset "utf-8";
/* 搜索 */
.control_search_wrap {
	height:27px;
	background:url(images/control/input_bg.gif) repeat-x;
	border:1px solid #d6d4d5;
}
.control_search_input {
	width:79%;
	height:27px;
	padding:0 10px;
	background:none;
	border:0;
	line-height:27px;
	float:left;
}
.control_search_icon {
	width:16px;
	height:16px;
	margin:5px 0 0 0;
	background:url(images/control/search_icon.png) no-repeat right top;
	vertical-align:middle;
	display:inline-block;
	float:left;
}
