
html { overflow: hidden; }

html, body {
     margin: 0;
     padding: 0;
     height: 100%;
}

#map {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

#toolbar-wrapper {
     margin-right: 100px;
     position: relative;
}

#toolbar {
     position: absolute;
     top: 30px;
     left: 70px;
     width: 85%;
     padding: 5px;
     background: white;
     border: 1px solid black;
}

#toolbar h1 {
     margin: 0;
     font: bold 18px Helvetica, sans-serif;
}

#toolbar ul {
     list-style: none;
     padding: 0;
     margin: 0;
}

#toolbar ul li {
     display: inline;
}

#toolbar ul li a {
     padding: 3px 6px;
     color: #444;
     text-decoration: none;
     font-size: 12px;
}

#toolbar ul li a:hover {
     color: #aaa;
     background: #444;
}


/* VML styles for IE */
v\:* {
  behavior: url(#default#VML);
}