#addComments { width: 100%; overflow: hidden}
#addComments li { float: left; padding: 7px 11px 8px; color: #000}
#addComments li.open { background: #fdf4c9}
#addComments li a { border-bottom: 1px dashed #390; text-decoration: none}
#addComments li#count { padding: 7px 35px 8px 0}

#commentsForm {
  width: 427px;
  background: #fdf4c9;
  margin-bottom: 5px; padding: 15px 0
}
#commentsForm label {
  float: left;
  width: 145px;
  margin-left: 14px; padding-top: 3px;
  font-size: 11px;
}
#commentsForm input {
  width: 200px;
  margin: 0 0 10px; padding: 1px 0 2px 3px;
  font: normal 12px Arial;
}
#commentsForm textarea { width: 389px; height: 97px; margin: 0 0 15px 14px; padding-left: 3px}
#commentsForm #submitForm {
  width: 109px; height: 25px;
  float: right;
  background: #8cc61e url(../images/green-cmnt.png) no-repeat 0 0;
  margin: 0 17px 0 0;
  color: #fff;
  border: none
}
#commentsList { list-style: none}
#commentsList li {
  background: #f3f3f3;
  margin-bottom: 5px; padding: 10px 15px 12px 16px;
  color: #000;
  vertical-align: top
}
#commentsList li.odd { background: #fafafa}
#commentsList li strong { display: block; padding-bottom: 4px}