table.formg h1 {
  font-size:12pt;
  font-weight:bold;
  font-family:verdana;
  color:#333;
  margin:0;padding:2px 0;
  border-bottom:2px solid #999;
}

table.formg .form {
  padding: 0 20px 0 0;
}

table.formg .form h1 {
  font-size:12pt;
  font-weight:bold;
  font-family:verdana;
  color:#333;
  line-height:18px;
  margin:0 0 10px 0;padding:2px 0;
  border-bottom:2px solid #999;
}

table.formg .form input,
table.formg .form select,
table.formg .form textarea {
  font-family: tahoma;
  font-size: 10pt;
  width: 320px;
  padding:0;
  margin:0px;
}
table.formg .form textarea {
  height: 200px;
}

table.formg .form label {
  font-size: 9pt;
  font-weight: bold;
  font-family:verdana;
  white-space: nowrap;
  line-height: 24px;
}

table.formg .form #submit_request {
  width: auto;
  margin: 10px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  float:right;
}

table.formg .form .checklist input {
  width: 20px;
}
