h1 {margin-bottom: 30px}

#location {width: 300px}

.vspacer {height: 16px}

input[type="button"] {
	border: 0px;
	width: 170px;
	font-size: 18px;
	padding: 4px 8px;
	border-radius: 6px;
	box-shadow: 0px 1px 5px #aaa;
	background-color: #0af;
	cursor: pointer;
	color: #fff;
	margin-left: 20px;
}

input[type="button"]:hover {
	background-color: #333;
}

input[type="button"]:active {
	box-shadow: 0px 0px 0px #aaa;
}

#map {height: 400px; margin-top: 30px;}