#mail_form fieldset {
    margin: 1em 0 2em 0;
    padding: 1em;
}

#mail_form label {
    display: inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
    font-weight: bold;
    margin: 0.5em 0 0 0;
	/* padding-bottom: .5em;  this was added because the bottom of the letters were being cut off */
	padding-bottom: 3px; /* this was added because the bottom of the letters were being cut off */
}

#mail_form input  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

#mail_form textarea  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

.redtext {
	color: #ff0000;
	text-align: top;
	margin-right:2px;
}

.formChoice {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}	

/* note: as of 10.2006 Internet Explorer does not support Generated Content 

  #mail_form label:after {
    content: ":";
  }
  #mail_form label.optional:after {
    content: " (optional):";
  }

*/  
  

