div#map_canvas {
	border: 1px solid gray;
  float:right;
  width:210px;
	height:210px;
}

p { 
	font-size:small;
}

input, textarea {
	font-size: small;
}

#reporterForm label {
	float: left;
	text-align: right;
	padding-right: 0.5em;
	width: 5em;
}

fieldset {
	border: none;
	padding: 0.5em;
}

legend {
	display: none;
}

img#stamp {
	float:right;
}

p#error_alert {
	border:1ps solid gray;
	background-color:#eee;
	padding:1px;
}

#intro {
	height:210px;
}

#disclaimer {
	font-size:x-small;
}

#map_canvas {
	width:300px;
	height:300px;
	float:right;
	border:1px solid gray;
	margin-right:30px;
}

div#management_if {
	margin-left:5%;
}

#management_if th {
	text-align:left;
}

.management_if_tdlabel {
	text-decoration:underline;
}

div#management_if th, td, label {
	vertical-align: top;
}

.hlight {
	background-color:#fc9;
}
