﻿table.form
{
    font-family: Arial, Helvetica, Sans-Serif;
    width: 700px;
    margin-left: 20px;
}

table.form td
{
    padding: 5px;
    font-size: 12px;
}
table.form input, textarea
{
    font-size: 11px;
    background-color: #999;
    border: 1px solid #ccc;
}

table.form textarea
{
    overflow: hidden;
}

.cssButton
{
    height: 18px;
    border: 1px #ccc solid;
}

.FormResponseClass
{
    padding:10px 100px 10px 100px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #eeeeee;
   border-top:1px dashed #ccc;
   border-bottom:1px dashed #ccc;
}

