﻿.SubmitButton
{
    width: 236px;
    font-weight: bold;
    color: white;
    background-color: green;
    border-color: seagreen #006400 #006400 seagreen;
    border-style: solid;
    border-width: 2px;
}

td
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}

textarea
{
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
}