  #mail_form fieldset {
    margin: 1em 0 2em 0;
    padding: 1em;
  }
  #mail_form label {
    display: inline-block;
    font-weight: bold;
    margin: 0.5em 0;
	height: 1.25em;  /* this was added because the bottom of the letters were being cut off */
  }

/* note: as of 10.2006 Internet Explorer does not support Generated Content 

  #mail_form label:after {
    content: ":";
  }
  #mail_form label.optional:after {
    content: " (optional):";
  }

*/  
  
.redtext {
	color: #ff0000;
	text-align: top;
}


