.comments-header
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 100%;
   width: auto;

   margin: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
   padding: 5px;
   color: #000000;
   background-color :#EDEDED;   
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.comment-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid  #009999;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

.comment-content
{
   width:800px;
   margin: 0;
   line-height: 1.5;
   overflow:hidden;

 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */

   
}