@import "banner.css";
@import "buttons.css";


div.signUp {

  text-align: center;

}


table.signUp {

  font-size: 10 pt;
  font-family: monospace;

  text-align: left;

  color: #000066;
  background-color: #f5f5f5;


  border-collapse: collapse;
  border-style: solid;
  border-width: 1pt;
  border-color: #000066;  

  margin-left: auto;
  margin-right: auto;


}


table.signUp td {

  padding: 1pt 4pt;
  
}


table.signUp tr.titleRow {

  font-size: 12 pt;
  font-weight: bold;
  font-family: arial, monospace;

  text-align: center;

  color: #ffffff;
  background-color: #000066;

}



table.signUp tr.buttonRow {

  text-align: center;

}



table.signUp input.button {

  font-size: 10 pt;
  font-family: monospace;

  color: #000066;

  width: 120px;
}



table.signUp input.field {

  font-size: 10 pt;
  font-family: monospace;

  color: #000000;

}

table.signUp select.dropDown {

  font-size: 10 pt;
  font-family: monospace;

}




div.failureMessage {

  font-size: 12 pt;
  font-family: arial, monospace;
  font-weight: bold;


  text-align: center;

  color: #ff0000;

}


div.successMessage {

  font-size: 12 pt;
  font-family: arial, monospace;
  font-weight: bold;


  text-align: center;

  color: #000066;

}
