table.form {
  font-family: Tahoma, Verdana, MS Sans Serif, Arial CE, Arial, Helvetica;
  font-size: 8pt;
  border: none;
  border-collapse: collapse;
  width: 0%;
  background-color: white;
}
tr.form {
  border: solid gray 1px;
}
th.form {
  background-color: #B0D884;
  text-align: left;
  vertical-align: middle;
  height: 20px;
  padding: 3px;
}
td.form {
  height: 20px;
  vertical-align: middle;
  padding: 3px;
}
td.separator {
  background-color: #B0D884;
  height: 1px;
}
input {
  font-family: Tahoma, Verdana, MS Sans Serif, Arial CE, Arial, Helvetica;
  font-size: 8pt;
  font-weight: normal;
}
input.checkbox {
  vertical-align: middle;
}
select {
  font-family: Tahoma, Verdana, MS Sans Serif, Arial CE, Arial, Helvetica;
  font-size: 8pt;
  font-weight: normal;
  height: 1.6em;
}
select.listbox {
  height: auto;
}
textarea {
  font-family: Tahoma, Verdana, MS Sans Serif, Arial CE, Arial, Helvetica;
  font-size: 8pt;
  font-weight: normal;
}
textarea.html {
  font-family: Lucida Console, Courier New, Courier;
  font-size: 8pt;
  font-weight: normal;
}

