.comment_row
{
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  padding: 8px;
  list-style: none;
  margin-bottom: 10px;
  margin-top: 10px;
}

.comment_row #author_and_date
{
  margin-bottom: 8px;
}

.comment_row #author_and_date a
{
  font-weight: bold;
}

.comment_row #body
{
  font-size: 13px;
}

.comment_row #links
{
  margin-top: 5px;
  font-weight: bold;
}

.comment_row #comment_content
{
  float: left;
}

.comment_row br
{
  clear: both;
}

.comments_thread
{
  margin-top: 5px;
}
