html, body { font-family: arial, sans-serif; overflow: hidden; } label { cursor: pointer; } #options{ padding-left:10px; padding-bottom:10px; font-size:60%; } #infovis { background-color:#222; position:absolute; z-index:0; } #scalebarcanvas { position:relative; top:0px; left:0px; z-index:11; } #log { position:absolute; float:right; top:0; right:0; padding: 8px 4px; font-size:1.0em; font-weight:bold; color:#BBC9D9; background-color:#222; text-align:center; z-index:3000; } #legend { position:absolute; margin-top:-200px; float:right; z-index:100; } #zoom { position:absolute; cursor:pointer; margin:10px; top:0px; z-index:100; } /** MAIN LAYOUT **/ #header { position:relative; z-index:10; } #left { width:250px; float:left; padding-left:10px; padding-right:10px; font-family:Tahoma,arial,sans-serif; overflow-y:hidden; overflow-x:hidden; background-color:white; z-index:10; position:relative; } #title { -khtml-user-drag:element; padding-top:5px; font-weight:bold; } #searchnet{ padding-bottom:1px; font-size:small; text-align:right; } .error { color: red; font-weight: bold; } #error { color: red; font-size: 0.8em; padding-bottom:2px; } #description { font-size: small; }