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