BODY {
  padding: 10 10 10 10;
}

#page, #formContainer {
  text-align: center;
}

.required {
  color: red;
  font-size: 16px;
  font-family: Courier;
}

#requiredNote {
  font-size: 16px;
  text-align: center;
  margin: 10 0 10 0;
}

#accountNotes {
  font-size: 12px;
  margin: 10 0 0 0;
}

#accountDetails {
  margin: 10 0 10 0;
}

#formButtons {
  margin: 10 0 10 0;
}

#signInPageLink {
  text-align: center;
  font-size: 16px;
}

#informationNote {
  text-align: center;
  font-size: 12px;
}

.warningTitle {
  margin: 10 0 0 0;
  text-align: center;
  color: red;
  font-size: 14pt;
}

.warning {
  text-align: center;
  color: red;
  font-size: 14pt;
}

.title {
  padding: 4 20 4 20;
  margin: 10 20 0 30; 
}