div.comments {
    clear: both;
    padding-top: 10px;
}

div.commentHeader {
    font-weight: bold;
    background-color: #DDDDDD;
    border: solid 1px #AAAAAA;
    padding: 2px 3px;
}

div.commentHeader div.commentDate {
    float: right;
    font-weight: normal;
    font-style: italic;
}

div.commentHeader img {
    border: none;
}

div.commentBody {
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 3px;
}

div.commentError {
    margin-bottom: 10px;
    color: red;
    font-weight: bold;
}

div.commentSuccess {
    margin-bottom: 10px;
    color: #375373;
    font-weight: bold;
}