div.row {
  clear: both;
  padding-top: 10px;
  line-height: 20px;
}

div.row span.label {
  float: left;
  width: 140px;
  text-align: right;
  padding-right: 10px;
}

div.row span.formw {
  float: right;
  width: 350px;
  text-align: left;
}

td.sectionHead {
    background-color: #fff;
    font-size: 12px;
    font-weight: bold;
    color: #c03;
    border-bottom: 1px solid #c03;
}
td.label {
    padding: 0px 10px 0px 0px;
    height: 30px;
    text-align: right;
    width: 140px;
}

input, select, option, textarea {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
}