body, html, #map_canvas { width: 100%; height: 100%; margin: 0; padding: 0; }
#tooltip { position: absolute; display: none; padding: 2px 5px; background-color: white; border: 1px solid #black; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: #666 2px 2px 5px; -moz-box-shadow: #666 2px 2px 5px; box-shadow: #666 2px 2px 5px; font-family: verdana; font-size: .7em; }
#controller { position: absolute; top: 0; left: 30%; display: none; padding: 5px 25px 5px 15px; background-color: white;  -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; -webkit-box-shadow: #666 2px 2px 5px; -moz-box-shadow: #666 2px 2px 5px; box-shadow: #666 2px 2px 5px; font-family: verdana; font-size: .8em; }
