.search {
	float: left;
	/* background: url(searchbg.png) no-repeat; */
	width: 260px;
	margin: 15px 0 0 50px;
	color: #507fb6;
	line-height: 30px;
	background: white;
	border: 1px solid #7e0211;
	height: 30px;
	padding: 0 0 0 6px;
	margin-top: 30px;
}
.search button{
	float: right;
	border: none;
	background: #bd1a2d;
	color: white;
	position: relative;
	display: block;
	height: 30px;
	border: 1px solid #FFF;
	padding: 0 0 0 0;
	outline: none;
	cursor: pointer;

}
.search button.bz{
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	padding-left:12px;
	padding-right:6px;
	border-right: none;

}
.search button.bz::after{
	content:"";
	width: 1px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top:-8px;
	display: block;
	background: white;
}
.search button.bs{
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	padding-right: 12px;
	padding-left: 6px;
	border-left: none;

}
.search_input {
	width: 200px;
	height: 30px;
	text-align: left;
	font-size: 12px;
	color: #929f9f;
	float: left;
	border: 0;
	line-height: 30px;
	background: none;
	outline: none;
}
.search_icon { display: block; float: right; margin: 5px 10px 0px 2px; }
.radio { margin-top: 6px; display: inline-block; color: #fff; font-size: 12px; padding-left: 0; }