.searchform {
	display: block;
	margin: 0 0 30px 0;
	overflow: hidden;
}

.searchform .screen-reader-text {
	display: none;
}

.searchform input {
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	display: block;
	margin: 0;
	float: left;
}

.searchform input[type="text"] {
	width: 80%;
	border-right: none;
	border-radius: 3px 0 0 3px;
}

.searchform input[type="submit"] {
	width: 20%;
	background-color: #eee;
	border-radius: 0 3px 3px 0;
}