﻿.FeedbackUsText
{
    /*border-top: solid 1px #cccccc;*/
    border-bottom: solid 1px #cccccc;
    height: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
        background-image: url(../images/Feedback.jpg);
    background-repeat: no-repeat;
    background-position:right center;
}

.feedbackBox
{
    float: left;
}
.feedbackBox p
{
    line-height: 2em;
 color:#3D4146;}
.Feedbackbg
{
    float: right;
 display:none;
    width: 300px;
    height: 140px;
    margin-right: 10px;
}
.textStyle
{
    width: 350px;
    height: 20px;
    line-height: 20px;
    background-color: #ffffff;
    border: solid 1px #C5C5C5;
    padding-left: 2px;
}
.textAreaStyle
{
    width: 350px;
    line-height: 20px;
    background-color: #ffffff;
    border: solid 1px #C5C5C5;
    padding-left: 2px;
}
#FeedbackContext table
{
    margin-bottom: 15px;
    border-collapse: collapse;
    margin-left: 30px;
    width: 590px;
}
#FeedbackContext table tr
{
    margin-top: 10px;
}
#FeedbackContext table th
{
    text-align: right;
    font-weight: lighter;
    padding-top: 5px;
    padding-bottom: 5px;
color:#3D4146;    width: 140px;
    padding-right: 6px;
}
#FeedbackContext table td
{
    padding-top: 5px;
    padding-bottom: 5px;
color:#3D4146;    padding-left: 5px;
    text-align: left;
}
