div.edit {
  width: 37em; /* make sure label and input add up to this */
}
form.edit input, form.edit textarea {
  width: 19em;
}
form.edit label, form.edit td.label {
  width: 18em;
}
