body, input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #999999;
  border: 0px;
  background-color: #000000;
  }
a {
  font-size: 14px;
  color: #CCCCCC;
  }
a:link {
  text-decoration: none;
  color: #999999;
  }
a:visited {
  text-decoration: none;
  color: #999999;
  }
a:hover {
  text-decoration: underline;
  color: #CCCCCC;
  }
a:active {
  text-decoration: none;
  color: #FFFFFF;
  }
.main table td {
  text-align: left;
  vertical-align: top;
  }
.header {
  font-size: 36px;
  text-align: center;
  }
.message {
  width: 600px;
  }
table.message {
  background: #333333;
  margin: 0 auto;
  }
div.message {
  margin: 15px auto 0 auto;
  }
.date {
  text-align: right;
  }
.reply {
  text-align: center;
  margin: 15px 0;
  }
.reply a {
  cursor: pointer;
  }
.reply form {
  margin: 15px 0 0 0;
  }
.reply table {
  display: inline;
  }
.reply table tr {
  vertical-align: top;
  text-align: left;
  }
input, textarea {
  border: solid 2px #999999;
  background: #000000;
  color: #999999;
  width: 250px;
  }
input.submit {
  width: 80px;
  text-align: center;
  }
.asterix, .required {
  font-size: 12px;
  }
.asterix {
  color: red;
  }
td.required {
  text-align: right;
  vertical-align: middle;
  }
.footer {
  margin: 15px 0 0 0;
  text-align: right;
  }