#comments {
  margin: 0em 1em;
}

#comments h3 {
  border-top: #333 1px solid;
  margin: 0.5em 0em 0.5em 0em;
  padding: 0em;
  color: #666;
}
.comment {
  margin: 0em 0em 0.5em 0em;
  padding: .7em 1em;
  border: 1px #333 solid;
  background: #EEE;
  overflow: hidden
}
.comment.altrow {
  background-color: #ecf3fd;
}
.comment_header {
  font-weight: bold;
}
.comment_body {
  margin: .5em 0em;
}
.comment_form {
  margin-top: 1em;
}
.comment_form legend {
  margin: 0em;
  padding: 0em;
  color: #666;
  font-size: 120%;
}
