


  input {
   width: auto;
   height: auto;
   font-family: verdana;
   font-size: 8pt;
  }

  input.contact {
   border: 1px solid #CCCCCC;
   width: 200px;
   height: auto;
   font-family: arial;
   font-size: 9pt;
  }
  input.subOut {
   width: 150px;
   color: #666666;
  }
  input.subOn {
   width: 150px;
   color: #000000;
   cursor: pointer;
  }

  textarea {
   border: 1px solid #CCCCCC;
   width: 290px;
   height: 115px;
   font-family: arial;
   font-size: 9pt;
  }


  #locatie {
   position: absolute;
   top: 165px;
   left: 370px;
   width: 355px;
   height: auto;
   text-align: center;
   font-family: arial;
   font-size: 8pt;
   color: #000000;
   line-height: 19px;
   border: 0px solid red;
   overflow: hidden;
   z-index: 1;
  }
  img.opacityitOut { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); opacity: 1; } 
  img.opacityitOn { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); opacity: 0.5; }




  #detail {
   position: absolute;
   top: 270px;
   left: 410px;
   width: 305px;
   height: 185;
   border: 0px solid red;
   text-align: center;
   overflow: hidden;
   display: none;
   z-index: 2;
  }
