.textInput
{
    color: #850000;
    width: 336px;
    padding: 2px;
}
.selectInput
{
    width: 345px;
    color: #850000;
    padding: 2px;
}
.textInputArea
{
    width: 336px;
    max-width: 496px;
    padding: 2px;
    height: 250px;
    max-height: 250px;
    color: #850000;
}
.submitBtn
{
    float: right;
    color: #fff;
    background: #650000;
    border: 1px solid #350000;
    cursor: pointer;
    margin-right: 10px;
}
table a
{
    color: #850000;
    text-decoration: none;
}
table a:Hover
{
    text-decoration: underline;
}