/* comments addon */
.addon_comments label {
  font-weight: normal;
}

.addon_comments input {
  width: 200px;
}

.addon_comments td { width: 480px; }

.addon_comments td.label {
  width: 100px;
  text-align: right;
}

.addon_comments .title {  
  padding: 3px;
  background-color: #CCC;
}

.addon_comments .body {  
  padding: 3px;
  background: #F5F5F5;
  border: 1px solid #CCC;
  margin-bottom: 10px;
}

.addon_comments p {  
  margin: 0px;
}

.addon_comments .title span {  
  float: right;
  cursor: pointer;
}

.addon_comments .replyto {  
  border: 1px solid #BFBFBF;
}

.addon_comments .buttons {
  border: 1px solid black;
  padding: 1px 3px 1px 3px;
  background-color: #DDD;
}

.addon_comments .right {
  float: right;
}