.email_header
{
  font-size: 10pt;
  font-weight: bold;
}

.email_housing
{
  background-color: none;
  border: 0px #000000 solid;
  padding: 3px;
}

.email_input
{
  border: 1px gray solid;
}

.email_label
{
  color: #b20210;
  font-size: 10pt;
  font-weight: bold;
}

.email_label_small
{
  color: #b20210;
  font-size: 8pt;
  font-weight: bold;
}

.email_button
{
  border: 1px #000000 solid;
  color: black;
  background-color: #FFFFFF;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  font-size: 10px;
}

.email_button_over
{
  font-size: 10px;
  border: 1px #000000 solid;
  color: white;
  font-weight: bold;
  background-color: #b20210;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: hand;
  pointer: hand;
}
.Email_confirmation_message{
  font-weight: bold;
  color: red;
}