div#cgfeedback_message {
 display: none; /*we hide this div since it will get displayed with help of jquery*/ 
 width: 100%; /*add your width*/  
}
div#cgfeedback_message div.error /*we add some styling to error message*/{       
 padding:15px;        
 margin-bottom:10px;        
 background:#f93030; 
 z-index: 1;        
 color:#fff; 
 border: 5px solid #f00;
}
div#cgfeedback_message div.pagemessage /*and we add some styling to our success message*/{         
 padding:15px;        
 background:#51d02a; 
 z-index: 1; 
 border: 5px solid #2fbf03;
} 

.col70 textarea { width: 400px; }

.feedback_postSummary {
    margin: 10px 5px 10px 0px;
   /* height: 120px;*/
    overflow: hidden;
}

.feedback_summary_item {

background: url(/uploads/Norton/images/usrbadger.jpg) no-repeat left top;
background-size:40px 40px;
height:100%;
	padding-left: 60px;
padding-bottom:3px;
	

}

/*

.feedback_item_data {
width:200px;

}*/