#NavigationMarker
{  position: absolute;
   background-color: transparent;
   width: 30px;
   height: 7px;
   top: 41px;
   left: 490px;
   z-index: 2;
}

#contactForm
{  position: absolute;
   background-color: transparent;
   width: 345px;
   height: auto;
   top: 178px;
   left: 20px;
   margin: 0px;
   z-index: 3;
}

#phoneNumber
{  position: absolute;
   background-color: transparent;
   width: 250px;
   height: auto;
   top: 160px;
   left: 80px;
   margin: 0px;
   z-index: 3;
   font-size: 14px;
   font-weight: bold;
   color: #000000;
}

tr.heading
{  background-color: #cc0000;
   text-align: center;
   color: #ffffff;
   width: 100%;
}

td
{  font-family: verdana, arial, helvetica, sans-serif;
   font-size: 9px;
}

input, textarea
{  background-color: #cccccc;
   font-size: 12px;
   font-family: verdana, arial, helvetica, sans-serif;
}

