.commentsframe 
{
    margin: 0px 0px 0px 0px;
}
.commentsframe .header
{
    background: url(../images/iconComment.gif) no-repeat left 3px;
    padding: 5px 0px 0px 25px;
    margin: 0px 0px 15px 0px;
    font-weight: bold;
    font-size: 120%;
}
.commentsframe .comments
{
    margin: 0px 0px 25px 0px;
}
.commentsframe .comment
{
    margin: 10px 0px 0px 0px;
    padding: 10px 25px 13px 24px;
    background: #ffffff url(../images/bgComment.gif) repeat-y left center;
}
.commentsframe .comment .subject
{
    padding: 0px 0px 0px 0px;
    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: 6px 0px 0px 0px;
}

.commentsframe .postcomment .header, .commentsframe .notloggedin .header
{
    background: #e4e4e4 url(../../common/images/comment.gif) no-repeat 4px center;
    font-weight: bold;
    font-size: 100%;
    border: none;
    padding:4px;
    padding-left: 22px;
    margin:0px;
    margin-bottom: 5px;
}
.commentsframe .disclamer
{
    font-size: 10px;
    font-style: italic;
    color: #646464;
    margin-bottom: 10px;
}
.commentsframe .postcomment .textfield, .commentsframe .postcomment .textarea
{
    width: 100%;
}