/* contact.css */

.header {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#MainContent .info {
  color: red;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

#AutoForm {
  width: 550px;
  margin-left: 25px;
}

.SubmitButton {
  text-align: center;
}