<!--
/*
div { border:thin solid; padding:5px; }
div { border-color:#e00; }
div div { border-color:#fc0; }
div div div { border-color:#ff0; }
div div div div div { border-color:#0c0; }
*/
body {
  font-size:12px;
  font-family:arial;
}
#dataform {
  font-size:11px;
  width:100%;
  border:5px solid black;
  border-top:0px;
  color:#000;
}
#dataform a {
  color:#00f;
  text-decoration:none;
}
#dataform a:visited {
  color:#00f;
}
#dataform a:hover {
  text-decoration:underline;
}
#dataform .body {
  clear:both;
}
#dataform .head {
  height:25px;
  font-weight:bold;
  font-size:14px;
  font-family:arial;
  background-color:#000;
  color:#fff;
  border-top:2px solid black;
  border-bottom:2px solid black;
  margin:0px;
  margin-top:10px;
  padding:2px;
  padding-left:5px;
  clear:both;
}
#dataform .row {
  position:relative;
  clear:both;
}
#dataform .label-col {
  width:19%;
  vertical-align:top;
  text-align:right;
  padding-top:5px;
  padding-right:5px;
  background-color:#ffe;
  border-right:1px solid #999;
}
#dataform .content-col {
  text-align:left;
  padding-bottom: 10px;
  padding-left:5px;
  background-color:#f8eed8;
}
#dataform .content-col .field {
  float:left;
}
#dataform .content-col .field input {
}
#dataform .content-col .field select {
  margin-top: 1px;
}
#dataform .content-col .ghostfield {
  float:left;
  padding-left:15px;
  color:#999;
}
#dataform .separator {
  overflow:hidden;
  height:10px;
  padding-bottom:0px;
}
#dataform .separator .label-col {
  padding:0px;
}
#dataform .separator .content-col {
  padding:0px;
}
#dataform .label-col label {
  font-weight:bold;
}
#dataform .label-col .adjustment {
  overflow:hidden;
  height:12px;
}
#dataform .content-col label {
  font-size:9px;
}
.dataform-button-area {
  clear:both;
  text-align:right;
}
.clear-float {
  overflow:hidden;
  height:0px;
  clear:both;
}
input.go {
  width:50px;
}
-->