div.comment_l1 { margin-left: 0px }
div.comment_l2 { margin-left: 30px;  }
div.comment_l3 { margin-left: 60px; }
div.comment_l4 { margin-left: 90px; }
div.comment_l5 { margin-left: 120px; }
div.comment_l6 { margin-left: 150px; }
div.comment_l7 { margin-left: 180px; }
div.comment_l8 { margin-left: 210px; }
div.comment_l9 { margin-left: 240px; }
div.comment_l10 { margin-left: 270px; }
div.comment_l11 { margin-left: 300px; }
div.comment_l12 { margin-left: 330px; }
div.comment_l13 { margin-left: 360px; }
div.comment_l14 { margin-left: 390px; }

.comment_info
{
  height: 13px;
  padding-bottom: 5px;
  margin-right: 5px;
  float: left;
}

.comment_spinner {
  float: left;
  margin-top: 6px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  padding-left: 21px;
  background-image: url(/images/my_page_spinner.gif);
  background-repeat: no-repeat;
}

.anonymous_ids .registration_captcha_error .registration_captcha_error_bottom {
  margin-bottom: 0;
}

.comment_edit + .anonymous_ids {
  margin-top: 0;
}

.anonymous_ids {
  margin-top: 10px;
}

.anonymous_ids .id {
  float: left;
  margin-right: 7px;
}

.anonymous_ids .id:last-child {
  margin-right: 0;
}

.anonymous_ids .id .header {
  margin-bottom: 5px;
}

.anonymous_ids input {
  height: 16px;
  width: 140px;
}

.anonymous_captcha {
  margin-bottom: 10px;
}

.anonymous_captcha, .anonymous_ids #simple_captcha {
  width: 300px;
}

.anonymous_ids #simple_captcha #comment_captcha {
  margin-top: 3px;
}

.anonymous_captcha #registration_captcha_error {
  padding-right: 12px;
}

.anonymous_captcha #captcha_img {
  margin: 0 7px 0 0;
}

.anonymous_captcha .registration_captcha_error {
  padding-right: 25px;
}

div.comment {
  background-color: #F0F4F5;
  padding: 10px;
  margin-bottom: 10px;
}

div.comment div.avatar {
  overflow: hidden;
  float: left;
  width: 50px;
  height: 50px;
}

div.comment div.content {
  padding-left: 60px;
}

div.comment div.content .info {
  margin-bottom: 5px;
  font-size: 11px;
}

div.comment div.content .date {
  color: #999999;
  text-decoration: none;
}

div#comment_new div.content .info {
  font-size: 12px;
}

div#comment_new div.content .text_field {
  border: 1px solid #BAC1C3;
  padding: 5px;
  background-color: #fff;
  margin-bottom: 5px;
  min-height: 33px;
}

div#comment_new div.content .text_field textarea#comment_body {
  border: none;
  width: 100%;
  word-spacing: normal;
  font-family: Arial;
  font-size: 12px;
  line-height: 17px;
  color: #333333;
  background-color: #fff;
  padding: 0;
  overflow: auto;
}

div.comment div.content .controls {
  word-spacing: 10px;
}

div.comment div.content .controls a {
  font-size: 11px;
}

div#comment_new div.content .controls {
  word-spacing: normal;
}

div#comment_new div.content .controls .comment_reply {
  float: left;
}

div#comment_new div.content .controls .comment_reply input[type="button"]
{
  border: 0px;
  background-image: url(/images/sendbuttonbg.png);
  height: 27px;
  width: 74px;
  font-family: Arial;
  font-size: 11px;
  color: white;
  cursor: pointer;
}

div#comment_new div.content .controls .comment_cancel
{
  float: left;
  margin-left: 15px;
  height: 27px;
  line-height: 27px;
  font-size: 11px;
}

div#comment_new div.content .controls .comment_textile_help_link
{
  float: right;
  height: 27px;
  line-height: 27px;
  font-size: 11px;
}

div#comment_new .access_denied,
div.comment .deleted {
  text-align: center;
  padding: 30px 0;
}
