#map {
	border: solid 1px #666666;
	width: 500px; 
	height: 375px;
	margin: auto;
	text-align: center;
}

.categories {
	position: relative;
	height: 30px;
	text-align: center;
	margin: auto;
}

.categories fieldset {
	margin-top: 2em;
	border: 0px none;
}

.categories label {
	position: absolute;
	margin-top: -1.2em;
	font-size: 11px;
	font-weight: bold;
}

.categories select {
	border: 1px solid #666666;
	background-color: #efefef;
	font-size: 11px;
	width: 20em;
}
