.search-page input[type="text"] { 
	max-width: 280px;
	position: relative;
	display: block;
	float: left;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.search-page .button {
	height: 35px;
	margin-left: -5px;
	padding: 0 20px;
}
.search-page {
	clear: both;
	margin: 20px 0 0 0;
}