﻿#HCB_comment_box textarea {}
  /* add any custom CSS for the comment box here. */

/* the entire html comment box container. applies to everything */
#HCB_comment_box {
  color:inherit;
  vertical-align:middle;
}

#HCB_comment_box p.error {
  border: 1px solid red;
}

#HCB_comment_box textarea, #HCB_comment_box input.text {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  background-color: #f8f8f8;
}

#HCB_comment_box .hcb-wrapper-half {
    display:block;
    width:50%;
    float:left;
}
#HCB_comment_box .hcb-wrapper {
    clear:both;
}
#HCB_comment_box input.text {
    display:block;
    width:100%;
}
/* the submit button */
#HCB_comment_box input.submit {
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  background-color: #FFBB00;
  color: #000;
  font-weight:bold;
  cursor:pointer;
  }

#HCB_comment_box span.home-desc {
  font-size:10px;
  opacity:0.4;
  font-style:italic;
  text-decoration:blink;
}

/* the individual comment display containers */
#HCB_comment_box div.comment {
  border-bottom:1px dotted #eee;
  margin-bottom:5px;
  background-image:url(/images/commentpaper.png);
  background-repeat:no-repeat;
  padding:25px 20px 10px 20px;
  color:#000;
  font:Monotype Corsiva;
}

/* the moderator message */
.hcb-mod  i{
  color:#C00;
}

/* next, prev, ok and x link style */
.hcb-link {
  text-decoration:inherit;
}
