@charset "utf-8";
#contents {
	height: auto;
	min-height: 300px;
}
.map-controls {
	text-align: right;
}
.map-controls li {
	display: inline;
	list-style: none;
	font-weight: bold;
}
.map-controls li a {
	padding: 3px 8px 0;
	font-weight: normal;
}
form {
	position: relative;
	right: 0;
}
label {
	font-weight: bold;
	display: inline;
}
#map {
	width: 726px;
	height: 300px;
}

