      html, body {
        font-family: Arial,Sans-serif; font-size: 12px;
        left:0px;
        top:0px;
        margin:0px;
      }

      #map {
        width: 100%;
        height: 100%;
        z-index: 0;
        position:absolute;
        left:0px;
        top:0px;
      }


      .buttonsPanel {
        background-color:#FF0000;
        font-weight:bold;
	    border-top-style: double;
      }


      #mapco {
        position:absolute;
         right:0px;
       bottom:35px;
		color: #000000;
        z-index: 5;
        text-align:right;

      }
      #maplink {
        position:absolute;
         right:0px;
       bottom:0px;
		color: #FFFFFF;
        z-index: 5;
        text-align:center;
      }
      #mapmail {
        position:absolute;
         left:0px;
       bottom:0px;
		color: #FFFFFF;
        z-index: 5;
        text-align:center;
      }
      #redbar{
        position:absolute;
         left:0px;
       bottom:0px;
		color: #FFFFFF;
        z-index: 5;
        text-align:center;
      }

a {
    font-size:20px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
}
