h3#comments { /* "Add comment" title */
  /*background-color: #333;
  color: #fafafa;*/
  color: #333;
  font-size: 0.9em;
  font-family: tahoma, trebuchet ms, sans-serif;
  padding: 0.3em 0.2em;
  margin-bottom: 0;
}

h4#reply_button_entry {
  font-weight: normal;
  margin-bottom: 0.2em;
}

.comment_container {
  padding: 0.2em;
  margin-bottom: 0.4em;
}

.comment_container h4 {
  margin: 0;
  background-color: #555;
  color: #fafafa;
  display: inline;
}

.comment_text {
  background-color: #fafafa;
  padding: 0 0.3em;
  padding-top: -0.5em;
}

.comment_text p {
  font-family: georgia, times new roman, serif;
  font-size: 1em;
  margin: 0;
  padding: 0.7em 0;
}

.comment_options {
  font-size: x-small;
  font-family: tahoma, trebuchet ms, sans-serif;
  padding: 0.3em 0.3em;
  /*background-color: #aaa;*/
  color: #333;
  border-top: 1px solid #aaa;
  margin-top: -1px;
}

  .nickname {
    font-weight: bold;
  }

.comment_options a, .reply_button, .delete_button, .edit_button {
  color: #333;
  cursor: pointer;
  text-decoration: underline;
}

.comment_options a:hover, .reply_button:hover, .edit_button:hover {
  text-decoration: none;
}

.reply_button {
  padding: 0.1em 0em 0.1em 0.6em;
  border-left: 1px solid #666;
}

.reply_button.highlit {
  background-color: #fafafa;
  color: #666;
  text-decoration: none;
  cursor: default;
  font-weight: bold;
}

.edit_button {
  color: #c90;
  padding: 0.1em 0.3em;
}

.edit_button:hover {
  color: #fafafa;
  background-color: #fa3;
  text-decoration: none;
}

.delete_button {
  color: #900;
  padding: 0.1em 0.3em;
}

.delete_button:hover {
  color: #fafafa;
  background-color: #f55;
  text-decoration: none;
}

.comment_container.deleted {
  background-color: #fcfcfc;
}

.comment_container.deleted p {
  margin: 0;
  color: #bababa;
  font-size: 1.2em;
  font-weight: bold;
  font-family: tahoma, trebuchet ms, sans-serif;
  text-transform: uppercase;
}

.comment_container.deleted .comment_options {
  border-top: 1px solid #ccc;
}

#comment_form {
  margin-top: -2px;
  margin-bottom: 0;  
}

  #comment_form_top_border, #comment_form_bottom_border {
    height: 6px;
    width: 100%;
    margin: 0;
    position: relative;
    background: transparent url('/images/gr_rnd_tl.png') 6px 0px no-repeat;
    margin-left: -6px;
  }
  
  #comment_form_top_border img, #comment_form_bottom_border img {
    position: absolute;
    top: 0;
    right: -6px;
  }
  
  #comment_form_bottom_border {
    background: transparent url('/images/gr_rnd_bl.png') 6px 0px no-repeat;
  }

  #comment_form_wrapper {
    background-color: #f5f5f5;
    padding: 0.5em;
    padding-top: 0.5em;
  }
  
  #comment_form_wrapper.pad {
    /*padding-left: 2em;*/
  }
  
  #comment_form p {
    margin: 0;
    /*padding: 0 2em;*/
    /*position: relative;*/
    display: block;
  }
  
  #captcha_question {
    margin-left: 0.3em;
  }
 
  input#from, input#captcha_value  {
    width: 200px;
    border: 0px;
    border-bottom: 1px solid #999;
    /*margin-bottom: 0.6em;*/
    background-color: #f6f6f6;
    padding-top: 0em;
    font-size: 1em;
  }
  
  input#captcha_value  {
    width: 30px;
    font-size: small;
  }

  #comment_form p.submit_cont {
    padding: 0;
    text-align: right;
    width: 100%;
  }
  
  #comment_form div.padder {
    margin-left: -2px; /* border_compensation */
    padding: 0 1.5em;
    padding-left: 1.1em;
  }
  
  #comment_form div.padder.txt {
    padding-top: 0.6em;
  }
  
  div.padder.submit_cont {
    margin-bottom: 0.2em;
  }

  #comment_form textarea {
    /*width: 700px;*/
    width: 100%;
    height: 250px;
    border: 1px solid #999;
    font-family: georgia, times new roman, serif;
    font-size: 1em;
    padding: 0.3em 0.2em;
    margin: 0;
  }

    .bb_code_acr {
      position: absolute;
      cursor: default;
      font-family: sans-serif;
      color: #666;
      font-size: small;
    }
  
  input#fire_comment {
    width: 82px;
    height: 25px;
    border: 0px;
    margin-top: 0.5em;
    float: right;
    margin-right: -0.5em;
  }
  
  #comment_error {
    padding: 0.5em 1.0em 0 0;
    display: none;
    text-align: right;
  }

.edit_comment_form {
  display: none;
  margin: 0;
  background-color: #f5f5f5;
}

.edit_comment_form p {
  margin: 0;
  padding: 0.3em 1.0em;
  display: block;
}

.edit_comment_form p.txt {
  padding-top: 0.7em;
}

.edit_comment_form textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #999;
  margin-left: -2px; /* border_compensation */
}

.save_comment_btn_cont {
  text-align: right;
}
