﻿.FeedbackUsText
{
 width:660px;
  clear:both;
      /*border-top: solid 1px #cccccc;*/
    border-bottom: solid 1px #cccccc;
    border-bottom:#46920c solid 1px;
    height: 140px;
    padding-bottom: 10px;
 padding-top:10px;
}
/*    background-image: url(../images/Feedback.jpg);
    background-repeat: no-repeat; padding-top:10px;     border:solid 1px red;

     background-position:right center;*/
.feedbackBox
{
    float: left;
}
.feedbackBox p
{ clear:both; 
 color:#3D4146;  padding:0px; margin:0px;
  line-height:2.2em;
  }
.Feedbackbg
{
    float: right;
    background-image: url(../images/Feedback.jpg);
    background-repeat: no-repeat;
    width: 300px;
    height: 140px;
}
.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: 510px;
}
#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;
}
.red{ color:Red;}