﻿#comments
{
    width: 595px;
    padding: 15px;
    background: #f3f3f3;
    float: left;
}
#comments .comment  
{
    border-bottom: 1px dashed #d3d3d3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#comments .comment .header  
{
    padding: 5px 10px;
    background: none;
}

#comments .comment h4.name
{
    font-size: 16px;
    font-weight: bold;
    padding-left: 0;
    color: #444;
    	/* Start Inline-Block */
	display: inline-block;
	*display: inline;
	zoom: 1;
	/* End Inline-Block */
}

#comments .comment .date
{
    float: right;
    padding: 5px 10px;
    background: #e3e3e3;
    color: #666666;
    font-size: 13px;
}

#comments .comment .body  
{
    padding: 2px; 
    padding: 0 0 5px 10px;
    color: #777777;
}