#comment-success {
  background: #4dbde6;
  color: white;
  font-weight: bold;
  width: 400px;
}

#contentMainArea #comment-success {
  padding: 5px;
}

#comment-input {
  width: 400px;
  height: 75px;
  overflow: scroll-y;
}

.comment-list {
  margin: 0;
  padding: 0;
}
.comment-list:empty {
  display: none;
}
.comment-list li {
  border-bottom: 1px dotted #666666;
  position: relative;
  margin: 10px 0;
  padding: 0 0 10px;
}
.comment-list .commenter-avatar {
  float: left;
  margin: 0 10px 0 0;
}
.comment-list .comment-text {
  width: 80%;
}
.comment-list .commenter strong {
  display: block;
}
.comment-list .comment-controls {
  position: absolute;
  top: 0;
  right: 0;
}
.comment-list .small {
  margin: 10px 0;
}

#contentMainArea .comment-list p {
  padding: 0;
}

.expanding {
  min-height: 60px;
}

#comment-heading h4 {
  font-size: 18px;
}
#comment-heading a {
  font-size: 12px;
}

#book_comments .sign-in {
  padding-top: 5px;
}

#comment-text {
  width: 380px;
}
#comment-text p {
  padding-bottom: 5px !important;
}

.comment p.small {
  font-style: italic;
}

.no-comments {
  font-size: 24px;
  color: #00adef;
  line-height: 120%;
  padding-bottom: 0 !important;
}

.comment-prompt {
  font-size: 24px;
  color: #00adef;
  line-height: 120%;
  padding-bottom: 0 !important;
  margin-top: 10px;
}

#comment-controls {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 80px;
}
#comment-controls a {
  display: block;
  color: #999999;
  line-height: 150%;
  padding-left: 20px;
  text-transform: uppercase;
}
#comment-controls a:link, #comment-controls a:visited {
  display: block;
  color: #999999;
  line-height: 150%;
  padding-left: 20px;
  text-transform: uppercase;
}
#comment-controls a:hover, #comment-controls a:active {
  color: #fd7820;
  text-decoration: none;
}
#comment-controls a.comment-delete {
  background: url(/images/icons/icon_delete.png) 5px 4px no-repeat;
}
#comment-controls a.comment-flag {
  background: url(/images/icons/icon_flag.png) 5px 4px no-repeat;
}

.comment_link {
  float: left;
  margin-top: 9px;
}
.comment_link a:link, .comment_link a:visited {
  margin-top: 5px;
}
.comment_link a:hover, .comment_link a:active {
  text-decoration: none;
}

#comment-form .slickerror {
  padding: 0;
}

#comment-error,
#captcha-error,
#comment-success {
  display: none;
}
