@charset "utf-8";
/* CSS Document */

body {
	font:12px/18px;
	color:#222;
	overflow: scroll;
}

#errors {
	color:#c00;
	font-weight:bold;
}

h1 {
	font-size:20px;
	color:#fff;
}

#map {
	width:650px;
	height:500px;
}

