#formtable {
  border: thin dotted #7e7e7e;
  padding: 10px;
  margin: 20px;
}

#formtable th {
  text-align: right;
  vertical-align: top;
  padding-right: 10px;
  padding-top: 2px;
}

#formtable td {
  vertical-align: top;
  padding-bottom: 15px;
}

#formtable table {
  border: none;
  padding: 0px;
}

#formtable table td {
  text-align: right;
  padding-bottom: 0px;
}
