.mapsearch {
	position: relative;
}
.mapsearch input[type="text"] {
	border: 1px solid #666;
	vertical-align: top;
	display: inline-block;
	line-height: 18px;
	box-shadow: none;
	color: #666;
	padding-right: 26px;
	padding: .2em 26px .2em 10px;
	width: 100%;
	box-sizing: border-box;
	height: 3em;
}

.mapsearch .go {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}