    body {
      background:url('/img/page_background.jpg'); 
      margin-left: 0; 
      margin-top:0; 
      margin-right:0; 
      margin-bottom:0;
      text-align:center;
    }

    .invisible { 
      display:none;
    }

    .wrapper {
      position:relative;
      margin:0 auto;
      width:920px;
      height:685px;
      text-align:left;
    }

    .mapstyle {
      display:visible;
      width: 686px;
      height: 416px;
      border-style:solid;
      border-width:1px;
      border-color:gray;
      margin-left:10px;
      z-index:1000;
    }
    
    .borderstyle {
      display:visible;
      position:absolute; top:130px;
      height:547px;
      width:710px;
      border-style: outset;
      border-color:#CCCCCC;
      margin-left: 100px;
      margin-right: 110px;
      z-index: 999;
      background-color:#FFFFFF;
    }
    
    .fadestyle {
      display:visible;
      position: absolute; left: 0px; top: 0px;
      height: 100%;
      width: 100%; 
      z-index: 998;
      background-color:gray;
      filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;     
    }
    
    .directionstyle {
      margin-left:10px;
      margin-right:12px;
      background-color:#DBCFC0;
      border-color:gray;
      border-style:solid;
      border-width:1px;
      border-top-width:0px;
      font-color:gray;
      font-size:7pt;
      font-family:Verdana; 
    }
    
    .loading {
      background-color:#8B9BBA;
      color:#FFFFFF;
      border-style:outset;
      border-width:1px;
      border-color:gray;
      
      font-family:Verdana; 
      text-align:center; 
      font-size:10pt;
    }


