#comments 
{
    margin-top:10px;
    position:relative;
    margin-bottom:20px;
}
#comments .comment
{
    margin:12px 0 12px 0;
}
.user
{
   color:#F26522;
    font-weight:bold;
    padding-left:16px;
    background:url( '/s/images/bg/user.gif') no-repeat 0 1px;
    padding-right:8px;
}
.date
{
    font-size:11px;
}
#comments .even
{
    background-color:#EBEBEB;
}
#comments .odd
{
}

#addcommentlink
{
   cursor:pointer;
   color:#F26522;
   text-decoration:underline;
   display:block;
   margin-bottom:3px;
   font-weight:bold;
   background:url( '/s/images/bg/addcomment.png') no-repeat top left;
   font-size:13px;
   height:25px;
   padding:3px 0 0px 30px;
   float:right;
   
}
.commentline.headerline {
    margin-bottom:20px;
    margin-top:20px;
}

#comments form
{
    clear:both;
    margin-bottom:20px;
}
#comments .message
{
    margin-top:5px;
}