/* CommentaryBox */
.CommentaryView {
  font-size: 12px;
}

#CommentaryBox .commentaryNumber,
#CommentaryBox .commentaryName {
  font-weight: bold;
}
#CommentaryBox .commentaryNumber {
  color: #177298;
  margin-right: 5px;
}
#CommentaryBox blockquote {
  margin: 0px 10px 20px 10px;
  border: 1px dotted #595959;
  background: white;
}

/* CommentaryEditBox */
.AutoForm table td table,
.AutoForm .SubmitButton {
  background: none !important;
}

#CommentaryEditBox table td {
  padding: 5px;
}

#CommentaryEditBox form label{
  margin: 10px;
  font-size: 12px;
}
#CommentaryEditBox form .SubmitButton {
  margin-left: 110px;
}
#CommentaryEditBox .required,
#CommentaryEditBox .error {
  color: red;
}
