
.commentsframe
{
    padding: 0px 0px 20px 36px;
}
.commentsframeinner
{
    width: 567px;
    border-right: solid 2px #e4e4e4;
}
.commentsframe .header
{
    width: 540px;
    background: #e4e4e4;
    padding: 3px 0px 3px 5px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 120%;
}
.commentsframe .comments
{
    margin: 0px 0px 25px 0px;
}
.commentsframe .comment
{
    width: 540px;
    margin: 0px 25px 0px 0px;
    border-bottom: solid 1px #e4e4e4;
    padding: 10px 0px 13px 0px;
}
.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;
    font-weight: bold;
    font-size: 100%;
    border: none;
    padding:4px;
    padding-left: 5px;
    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%;
}
