table.form {
  width: 100%;
}

table.form th {
  padding: 2px;
}

table.form td {
  padding: 2px;
  vertical-align: top;
}

table.form td.left {
  width: 200px;

  padding-left: 0px;
}

table.form td textarea {
  width: 192px;
  height: 75px;

  font-size: 11px;
}

table.form td input[type='text'] {
  width: 192px;

  font-size: 10px;
}

table.form td span.checkbox {
  display: block;
  height: 18px;
}

table.form td span.checkbox span.cb {
  display: block;
  float: left;
  width: 20px;
}

table.form td span.checkbox span.txt {
  display: block;
  float: left;

  width: 100px;

  margin-top: 1px;
}