   
  #overlay {
   
      
      position: absolute;
      left: 0%;
      top: 0%;
      width: 100%;
      height: 116%;
      z-index: 999;
      background-image: url('../images/overlay.gif');
  }    
  #master {
      clear: both;
      padding-bottom: 1em;
      }
       
      .input {
    
      color: black;
      position: absolute;
      left: 25%;
      top: 35%;
      width: 50%;
      z-index: 1000;
      text-align: center;
     
      }
      .close {
      cursor:pointer;
      float: right;
      }
