
#comment_list {
  border: 1px solid #AAAAAA;
  border-width: 0 1px 0 1px;
}

.comment_head {
  padding: 5px;
  margin: 0 0 5px 0;
  color: #fff;
  font-weight: bold;
  background-color: #666666;
  font-size: 100%;
}

.comment {
  border-top: 1px solid #AAAAAA;
  clear: both;
  padding: 5px 0;
}

.comment .comment_meta {
  color: #555555;
  /*background: url(/images/comment.png) no-repeat 0 2px;*/
  font-size: 85%;
  padding: 5px 0 5px 5px;
}

.comment .comment_text {
  padding: 0 0 0 35px;
  overflow: auto;
}
 
.comment .comment_footer {
  color: #555555;
  font-size: 85%;
  padding: 5px 0 0 0;
  clear: both;
}

#comment_preview {
}

#comment_preview #comment_preview_row {
  border: 1px solid #AAAAAA;
  background: yellow;
}
