html { height: 100% } 
body { width: 100%; height: 100%; margin: 0 0 0 0 } 
img { border: 0 } 
#mapContainer { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 1 } 
.label{ font-size:4.0em } 
#status{ position: absolute; top:0; left:0; font-size:4.0em; opacity:.7; background-color:#aaaaaa; z-index:1000; } 
#geocode{ position: absolute; top:0; right:0; z-index:1000; } 
#changeMapType{ position: absolute; top:150px; right:0; z-index:1000; } 
#location { width: 97%; font-size: 1.0em; } .button{ font-size: 1.0em; } 
 .selector { width: 60px; height: 60px; } 
 .section{font-weight:bold; color:#990033; text-transform: uppercase;}
 .button{ font-size: 1.0em; } 
/*jqModal.css*/ .jqmWindow { display: none; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; font-size: 4.0em; background-color: #eee; color: #000000; border: 0; padding: 0; }
.jqmOverlay { background-color: #000; } 
html .jqmWindow { position: absolute; top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(2*(document.documentElement.offsetHeight||document.body.clientHeight)/100)+'px'); } 