﻿.commentsarea
{
    border: solid 1px #E0E0E0;
}

.commentslabel
{
    padding: 5px 10px 3px 10px;
    background-color: #E0E0E0;
    font-weight: bold;
    color: #666666;
    
    margin-bottom: 10px;
}

.comments
{
    margin-left: 10px;
    margin-right: 10px;
}

.commentauthor
{
    font-weight: bold;
    
    margin-top: 10px;
}

.commentdate
{
    color: #999999;
}

.commentbody
{
    border-bottom: solid 1px #E0E0E0;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.commentsFooter
{
    margin-bottom: 10px;
}