table.form {
  margin: 1em auto;
}
table.form td.label {
  vertical-align: top;
  text-align: right;
  padding-right: 1em;
  padding-top: 0.35em;
  font-weight: bold;
}
table.form td.input {
  vertical-align: top;
  text-align: left;
  padding-bottom: 0.25em;
}
table.form td.input input, table.form td.input select, table.form td.input textarea, input.form {
  font-size: 1em;
  font-family: sans;
  padding: 0.25em;
  border: solid black 1px;
}
table.form td.input textarea.full {
  width: 98%;
}
table.form td.input input:focus, table.form td.input select:focus, input.form:focus  {
  background-color: #fff8ad /*#ffcdcd*/;
}
table.form td.input div.modify {
  float: left;
  margin: 0;
  padding: 0;
}
table.form td.input div.delete {
  float: right;
  margin: 0;
  padding: 0;
}
table.form td.input div.delete input {
  font-weight: bold;
  color: #dd0000;
}
table.form td.input p {
  margin: 0.25em 0;
  padding: 0;
}
table.form td.input a, table.form td.input a:visited {
  color: black;
}

table.form a.button {
  padding: 0.25em;
  border: solid black 1px;
  background-color: #eee;
  font-weight: bold;
}

