div.p-commentListBox {
}

div.p-commentListBox-new-comment-box {
}

div.p-commentListBox-new-comment-box-title {
  padding: 2px 5px;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  margin-top: 10px;
}

div.p-commentListBox-new-comment-box-body {
  margin: 10px 10px;
}
div.p-commentListBox-new-comment-box-body textarea {
  width: 100%;
  height: 100px;
}

div.p-commentListBox-new-comment-box-submit {
  margin: 10px;
}
div.p-commentListBox-new-comment-box-submit input {
  width: 150px;
  height: 22px;
  font-family: Verdana;
  font-size: 11px;
  color: #050;
  padding: 0px 0px 1px 0px;
}

div.p-commentListBox-authorize-to-comment {
  color: #888;
  font-style: italic;
  margin: 10px 0px 5px 0px;
}
