html, body  { height:100%;width:100%;margin:0px;padding:0px }
#map-canvas { height:600px;width:1000px; }
			
#loaddiv
{
    BORDER-RIGHT: #785e4f 4px groove;
    PADDING-RIGHT: 20px;
    BORDER-TOP: #785e4f 4px groove;
    PADDING-LEFT: 20px;
    FONT-WEIGHT: bold;
    Z-INDEX: 100;
    FILTER: alpha(opacity=75);
    LEFT: 260px;
    PADDING-BOTTOM: 20px;
    MARGIN-LEFT: auto;
    BORDER-LEFT: #785e4f 4px groove;
    WIDTH: 250px;
    MARGIN-RIGHT: auto;
    PADDING-TOP: 20px;
    BORDER-BOTTOM: #785e4f 4px groove;
    POSITION: absolute;
    TOP: 308px;
    BACKGROUND-COLOR: #FFFFFF; /* BACKGROUND-COLOR: #e7b047; */
    TEXT-ALIGN: center;
    opacity: .75
}

.labels {
     color: white;
     background-color: red;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 10px;
     text-align: center;
     width: 40px;     
     white-space: nowrap;
 }