div.mailform {
  width: 400px;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  border: 1px dotted #AAAAAA;
  background: #F7F7E6;
  padding: 20px;
}

div.mailform label {
  font-weight: bold;
}

div.mailform input, textarea {
  border: 1px solid #CCCCCC;
}

div.mailform input:focus, textarea:focus {
  background-color: #EEEEEE;
}

div.mailform textarea {
  width: 400px;
  height: 200px;
}

div.mailform div.info {
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}

div.mailform div.error {
  border: 1px solid #FF0000;
  background-color: #FFCCCC;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  display: none;
}

table.contest tr td {
  text-align: left;
  vertical-align: top;
}

table.contest tr td.label {
  white-space: nowrap;
}

table.contest tr td.submit {
  text-align: center;
}

