
input {
  width: 100%;
}

#gobutton {
	display: inline-block;
	background: #8f7a66;
	border-radius: 3px;
	padding: 0 20px;
	text-decoration: none;
	color: #f9f6f2;
	height: 40px;
	line-height: 42px;
	margin-top: 9px;
	margin-bottom: 9px;
}