﻿.FeedbackUsText
{
    /*border-top: solid 1px #cccccc;*/
    border-bottom: solid 1px #cccccc;
    height: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
     padding-left:10px;

}

.feedbackBox
{
    float: left;

}
.feedbackBox p
{
    line-height: 2em;
       color:#555555;
}
.Feedbackbg
{
    float: right;
    background-image: url(../images/Feedback.jpg);
    background-repeat: no-repeat;
    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: #555555;
    width: 140px;
    padding-right: 6px;
}
#FeedbackContext table td
{
    padding-top: 5px;
    padding-bottom: 5px;
    color: #555555;
    padding-left: 5px;
       
         text-align:left;

