﻿.FormInputTx
{
    border: solid 1px black;
    background: AliceBlue;
    width: 205px;
}
.ContactDescription
{
    margin-bottom: 2ex;
    float: left;
    clear: both;
    text-align:justify;
}
.FeedbackPane
{
    width: 435px;
    height: 150px;
    background: AliceBlue;
    border: solid 1px Black;
}
