body {
  font-family: Georgia, sans-serif;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}

table {
  width: 1020px;
}

td {
  vertical-align: top;
  padding: 6px;
}

input, textarea, select {
  border: 1px soid #ccc;
  font-family: Georgia, serif;
}

.align-right {
  text-align: right;
}

.align-bottom {
  vertical-align: bottom;
}

.full-width {
  width: 98%;
}

#submit {
  background-color: #f00;
  border: 1px solid #f00;
  font-family: Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 6px;
  width: 110px;
}
