/* this is the style sheet for the ajaxDoc Form */
.docform {
  position:relative;
  border:thin solid #ff0000;
  padding:5px;
  background-color:#eeeeee;
  height:100px;
}

.docpage {
  visibility:hidden;
  position:absolute;
  top:5px;
  left:5px;
  padding:5px;
}



