.txtinput{
	float: left;
	border:1px solid #C9C9C9;
	/*border-right: none;*/
	height: 20px;
	width: 430px;
	padding: 2px;
	margin-left: 4px;
	margin-top: 7px;
	margin-bottom: 10px;
}
.serchinput{
	float: left;
	border:1px solid #C9C9C9;
	/*border-right: none;*/
	height: 80px;
	width: 430px;
	padding: 2px;
	margin-left: 4px;
	margin-top: 7px;
	margin-bottom: 10px;
}
.serchbtn{
	float: left;
}
.serchbtn a{
	display:inline-block;
	background: #f6ba2a ;
	padding: 0px 15px;
	font-size: 14px;
	color: white;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: white;
	margin-top: 7px;
}
.serchbtn a:hover{
	background: #FFD233;
}



