
div#search-heading { text-align: center; width: 100%; margin-top: -90px; }


select, input { font-size: 10px; width: 100px; float: left; }

div.markerTooltip, div.markerDetail {
  color: black;
  background-color: white;
  white-space: nowrap;
  margin: 0;
  padding: 2px 4px;
  border: 1px solid black;
  font-family: verdana;
  font-size: 10px;
}

div.markerTooltip {  font-weight: bold; }
div.markerDetail span { font-weight: bold; color: blue; font-size: 13px; }
div.markerDetail img { border: 2px solid black; }
div.markerDetail a,
div.markerDetail a:visited { text-decoration: none; }
div.markerDetail a:hover { text-decoration: underline; }

div#map { width: 100%; height: 415px; margin-bottom: 20px; }
div.mapform { height: 3em; }

div.bodymsg { padding-bottom: 20px; }
div.bodymsg h3 { text-align: center; }

div#cfootpre { height: 80px; clear: both; width: 100% }

.tooltip{
	background-color:#FFFFFF;
	border:2px solid #CCCCCC;
	padding:5px;
	white-space:nowrap;
}

