#HCB_comment_box textarea {
    width:43%;
  }

#HCB_comment_box #hcb_form_content,
  #HCB_comment_box #hcb_form_email,
  #HCB_comment_box #hcb_form_name,
  #HCB_comment_box #hcb_form_website {
    background-color:#ff0000;
  }
/* the entire html comment box container. applies to everything */
#HCB_comment_box {
  margin: auto;
  width: 600px;
  font-family: "Times New Roman", Times, serif;
  }

#HCB_comment_box .error {
  border: 4px solid #f88;
  background-color: #fee;
  color: #800;
}

#HCB_comment_box textarea, #HCB_comment_box input.text {
  border: 1px solid #ddd;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: url(bg.png) repeat-x;
}

#HCB_comment_box .hcb-wrapper-half {
  display:block;
  width:50%;
  float:left;
}
#HCB_comment_box .hcb-wrapper {
  clear:both;
  margin-bottom:0.5em;
}
#HCB_comment_box input.text {
  display:block;
  width:97%;
  color:#FFFFFF;
  
}
/* the submit button */
#HCB_comment_box input.submit {
    margin:0 7px 3px 0;
    background-color:#f5f5f5;
    border:1px solid #ccc;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    font-family: "Times New Roman", Times, serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
    cursor:pointer;
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
#HCB_comment_box input.submit:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
    font-family: "Times New Roman", Times, serif;
}

#HCB_comment_box span.home-desc {
  opacity:0.4;
}

/* the individual comment display containers */
#HCB_comment_box div.comment {
  border-top:1px solid #ff0000;
  margin-bottom:0.5em;
}

/* the moderator message */
.hcb-mod  b{
  color:#ff0000;
}

/* next, prev, ok and x link style */
.hcb-link {
  color:#FF0000;
  text-decoration:underline;
}

#HCB_comment_box blockquote {
    color:#ffffff;
    font-family: "Times New Roman", Times, serif;
  }