﻿#comments
{
    width: 585px;
    padding: 15px;
    background: #fff0df;
    float: left;
}
#comments .comment  
{
    border-bottom: 1px dashed #efd3b3;
    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: #43631c;
    	/* Start Inline-Block */
	display: inline-block;
	*display: inline;
	zoom: 1;
	/* End Inline-Block */
}

#comments .comment .date
{
    float: right;
    padding: 5px 10px;
    background: #ffe2bf;
    color: #9f7645;
}

#comments .comment .body  
{
    padding: 2px; 
    padding: 0 0 5px 10px;
    color: #7f5727;
}