#main #body div.body table.form {
  width: 100%; border-collapse: collapse;
}

#main #body div.body table.form th {
  padding: 1px 5px; padding-left: 0px;
  vertical-align: top; text-align: left;
}

#main #body div.body table.form td {
  padding: 0px 5px; padding-bottom: 10px;
  vertical-align: top;
  color: #FF0000;
}

#main #body div.body table.form input {
  width: 240px;
  font: normal 12px Verdana; color: #9C9C9C;
  background: #F8F8F8; border: 1px solid #9C9C9C;
  letter-spacing: -1px;
}

#main #body div.body table.form input:hover {
  border-color: #FF9A15;
}

#main #body div.body table.form textarea {
  width: 240px;
  font: normal 12px Verdana; color: #9C9C9C;
  background: #F8F8F8; border: 1px solid #9C9C9C;
  letter-spacing: -1px;
}

#main #body div.body table.form textarea:hover {
  border-color: #FF9A15;
}

#main #body div.body table.form p {
  color: #000000;
}

#main #body div.body table.form tfoot input {
  height: 25px; padding: 2px 10px !important;
  background: #9C9C9C; color: #FFFFFF; cursor: pointer;
  margin-top: 15px; border: 1px solid #9C9C9C;
}

#main #body div.body table.form tfoot input:hover {
  border-color: #FF9A15;
}

#code {
  background: transparent url('/code.php') no-repeat 115px 1px;
}

#code input.code {
  width: 100px !important; height: 18px !important;
  text-align: center; padding: 10px 0px;
  font: normal 32px Times New Roman !important;
  margin: 1px 0px;
}

