form table {
  margin:1em 0 1em 0;
  font-size:0.85em;
  border:#3f3c29 solid 1px;
}

form th {
  background-color:#dad7c5;
}

form td {
  background-color:#e4e2d6;
}

form th,
form tbody td {
  line-height:2em;
  padding:0.2em 0.3em 0.1em 0.3em;
  border-bottom:#ffffff solid 1px;
}

form tbody th {
  width:10em;
  text-align:left;
  padding-left:0.5em;
}

form tbody input {
  width:26em;
}

form tfoot td {
  padding:0 0 0 0;
  font-weight:normal;
  text-align:center;
}

form textarea {
  width:99%;
  height:12em;
}