/* mailform.css */

body {
font-size: medium;
font-family: Verdana;
}
td {
font-size: medium;
}
.TextControl {
width: 230px;
}
.MailBody {
font-size: medium; /* I do not see this working */
/*
width: 300px;
height: 200px;
*/

}
td.FirstCol {
width: 120px;
}
input.SubmitButton
{
width: 80px;
float: right;
      }