#content DIV.mailform p {
  text-align: right;
}

DIV.mailform {
  width: 400px;
  text-align: right;
  margin-bottom: 25px;
}

DIV.mailform LABEL {
  font-weight: bold;
}

DIV.mailform INPUT, TEXTAREA {
  border: 1px solid #CCCCCC;
}

DIV.mailform INPUT[type=submit] {
  margin-top: 15px;
}

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;
}

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;
}

