

dl {
  position: relative;
  width: 400px;
 
}
dt{
  clear: both;
  float:left;
  width: 80px;
  padding: 4px 0 2px 0;
  text-align: left;


}
dd {
  float: left;
  width: 250px;
  margin: 0 0 8px 0;
  padding-left: 6px;
  text-align:left;
  color:#003399;
  font-weight:bold;
  font-size:small;
}



.fieldtext{float:left; width:600px; text-align:left; color:#003399; font-weight:bold;}
.formbuttons{float:left;width:400px; text-align:center;}
.hint {
  display:none;
  position: absolute;
  right: -250px;
  width: 200px;
  margin-top: -4px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background: #ffc url(pointer.gif) no-repeat -100px -100px;
}
.greyhighlight{background-color:#CCCCCC;}

