﻿html, body, form
{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: Tahoma;
    font-size: 12px;
    color: #6E6E6E;
}
#SuccessText
{
    font-family: Tahoma;
    font-size: 8pt;
}
#FeedBackFormLayout table
{
    height: 100% !important;
}