#mask {
  position: absolute;
  left: 0; top: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  background-image: url('/images/filter-ccc.gif');
  background-repeat: repeat;
  visibility: hidden;
  }  

div.component {
  font-size: 11px;
  float: left;
  clear: left;
  }
  
div.panel {
  display: none;
  position: absolute;
  left: 245px;
  top: 70px;
  width: 500px;
  padding: 12px;
  z-index: 10;  
  width: 488px;
  background-color: #fff;
  margin: 1em;
  border: 1px outset #fff;
  font-size: 11px;
  } 
  
div.panel fieldset {
  border: none;
  }

div.panel label {
  display: block;
  float: left;
  width: 12em;
  padding: 0 1em 0 4em;
  }

div.panel input, div.panel textarea, div.panel select {
  border: 1px inset silver;
  font-size: 11px;
  }
div.panel option {
  padding-left: 0;
  }
div.panel button {    
  background-color: #fff;
  }  
  
div.response {  
  z-index: 12; 
  margin: 6em; 
  font-size: large; 
  line-height: 1.5;
}  
  
