
table.form {
  margin: 10px 0;
  padding: 1em;
}

table.form td {
  padding: 5px 0;
  vertical-align: top;
}

table.form td.optfield, table.form td.reqfield {
  padding: 0 0.5em 0 0;
  text-align: right;
}

table.form td.reqfield span {
  padding: 0 15px 0 0;
  font-weight: bold;
  background-image: url(images/reqfield.png);
  background-position: center right;
  background-repeat: no-repeat;
}

table.form td.code input, table.form td.code img {
  display: inline;
  vertical-align: middle;
}

table.form td.code {
  vertical-align: middle;
}

table.form td.submit {
  text-align: center;
}


