html, body {width: 100%; height: 100%}
body {margin: 0; }

body {
	margin: 0;
	padding: 0;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 90%;
}

#embedForm {
	height: 25px;
	padding: 4px;
	background-color: #efefef;
	font-size: 0.9em;	
}

#map_canvas {
	width: 100%;
	height: 100%;
}

#map_canvas h1 {
	margin-top: 0; 
	font-size: 1.15em;
}

#embedForm {
	position: relative;
	top: 0;
	left: 0;
	margin: 0px;
}

#findbox {
	position: absolute;
	right: 5px;
	top: 2px;
}

#bottom {
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #efefef;
	font-size: 0.8em;
}

#bottom a {
	display: block;
	padding: 4px;
}

#bottom #customlinkone {
	position: absolute;
	top: 0px;
	left: 40%;
}

#bottom #customlinktwo {
	position: absolute;
	top: 0px;
	right: 1%;
}

#waitbox {
	z-index: 10000;
	background: #efefef url(/img/ajax-loader.gif) no-repeat center center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	text-align: center;
	vertical-align: middle;
}