 .feedback-form
 {
     text-align: left;
     margin-left: 4px;
 }
 
 .feedback-form-header
 {
     font-weight: bold;
     margin-top: 8px;
     margin-right: 16px;
 }

 .comments-default
 {
     color: #AAAAAA;
 }

 #divFeedbackSpacer
 {
     height: 100%;
 } 
  
 #divFeedbackForm
 {
     position: absolute;
     bottom: 20px;
     width: 190px;
 } 
  
 #aFeedbackFormCollapse, #aFeedbackFormExpand
 {
     position: absolute;
     right: 8px;
     top: 8px;
 }
 
 #imgFeedbackCancel
 {
     float: left;
 }
 
 #imgFeedbackSend
 {
     float: right;
 }

 #imgFeedbackCancel, #imgFeedbackSend,  #aFeedbackFormCollapse, #aFeedbackFormExpand
 {
     cursor: pointer;
 }

 #tblFeedbackSatisfaction
 {
     padding: 5px 0px 10px 5px;
 }
  
 .feedback-form #selRefinementList
 {
     width: 180px;
     font-size: 11px;
     margin-bottom: 5px;
 } 
  
 .feedback-form td, .feedback-form tr
 {
     padding: 0px;
 }
 
 #gx-feedback
 {
    width: 200px;
    position: absolute;
    right: 15px;
 }
 
 #gx-container
 {
     top: 30px;
     margin-bottom: 30px;
 }