table.form {
  width: 1000px;
  border-collapse: collapse;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  overflow: visible;
  white-space: normal;
  background-color: #000000;
  background: #000000;
}

table.form tr {
  width: 1000px;
  border-collapse: collapse;
  white-space: normal;
  background-color: #000000;
  background: #000000;
}

table.form th.title {
  width: 1000px;
  border: 1px solid black;
  line-height: 1.5em;
  padding: 2px;
  border-collapse: collapse;
  text-align: right;
  background-color: #000000;
  background: #000000;
  vertical-align: middle;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  overflow: visible;
  white-space: normal;
}

table.form td {
  border: 1px solid black;
  line-height: 1.5em;
  padding: 2px;
  border-collapse: collapse;
  background-color: #1B1B1B;
  vertical-align: middle;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  overflow: visible;
  white-space: normal;
}