form {
	width: 600px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #DBE5EF;
	border: 5px groove blue;
}

.setwidth100 {
	width: 100px;
	float: left;
}

.setwidth150 {
	width: 150px;
	float: left;
}

fieldset { border-color: blue; }

legend { color: black; }

.smallfield { width: 350px; }

.midfield { width: 420px; }

#Map {
	border: 5px groove blue; 
	width: 640px;
	height: 819px;
}
