.commentsframe 
{
    margin: 0px 0px 0px 0px;
}
.commentsframe .header
{
    background: url(images/comments.gif) no-repeat left -2px;
    padding: 8px 0px 12px 38px;
    margin: 0px 0px 10px 0px;
    border-bottom: solid 3px #e4e4e4;
    font-weight: bold;
    font-size: 130%;
}
.commentsframe .comments
{
    margin: 0px 0px 25px 0px;
}
.commentsframe .comment
{
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: solid 1px #e4e4e4;
}
.commentsframe .comment .subject
{
    background: url(images/comment.gif) no-repeat left center;
    padding: 0px 0px 2px 19px;
    font-weight:bold;
    float: left;
}
.commentsframe .comment .subheader
{
    padding: 0px 0px 0px 4px;
}
.commentsframe .comment .subheader .date
{
    color: #7d7d7d;
    padding: 0px 0px 0px 5px;
}
.commentsframe .comment .text
{   
    margin: 10px 0px 0px 0px;
}

.commentsframe .postcomment .header, .commentsframe .notloggedin .header
{
    font-weight: bold;
    font-size: 100%;
    background: #e4e4e4;
    border: none;
    padding:4px;
    margin:0px;
    margin-bottom: 10px;
}
.commentsframe .postcomment .textfield, .commentsframe .postcomment .textarea
{
    width: 100%;
}