
  body,
  textarea {
    font:normal 11pt Arial;
    color:black;
  }
  
  body {
    cursor:default;
    margin:8px;
    background-color:#EEEEEE;
  }
  
  h1 {
    text-align:center;
    background:white;
    border:1px solid maroon;
  }
  
  dl#FormFields {
    position:relative;
    width:400px;
  }
  
  dl#FormFields dt {
    clear:both;
    float:left;
    width:180px;
    padding:4px 0 2px 0;
    text-align:left;
  }
  
  dl#FormFields dd {
    float:left;
    width:200px;
    margin:0 0 8px 0;
    padding-left:6px;
  }
  
  .hintx,
  .hint {
    width:220px;
    border:1px solid #990000;
    padding:10px 12px;
    margin-top:1px;
    background-color:#ffffcc;
  }
  
  .hint {
    visibility:hidden;
    position:absolute;
    right:-290px;
  }
  
  .hint .pointer {
    position:absolute;
    left:-10px;
    top:1px;
    width:10px;
    height:19px;
    background:url('hintpointer.gif') left top no-repeat;
  }
  
  input[type="text"],
  textarea, select {
    width:240px;
  }
  
  input[type="submit"],
  input[type="button"],
  button {
    cursor:pointer;
  }
