#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;
	padding-bottom: .5em; /* 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;
	margin-right:2px;
}


/* put border around input tag 

#mail_form input{
	border: 1px solid #d5191b;
}

UNCOMMENT IF YOU WANT TO USE THIS STYLE

on fields you do not want the border, add this to the input tag: style="border:none;"

*/
