
#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 {
  font-family: verdana, serif;
  color: #ffffff;
  background-color: #;
}

#HCB_comment_box p.error {
  border: 1px solid ffffff;
  background-color: #transparent;
}

#HCB_comment_box textarea, #HCB_comment_box input.text {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background-color: #ffffff;
  color: red; 
}

#HCB_comment_box input.text {
  width:75px;
}

/* the submit button */
#HCB_comment_box input.submit {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  background-color: #transparent;
  color: #ffffff;
  font-weight:bold;
  cursor:pointer;
}

#HCB_comment_box span.home-desc {
  font-size:10px;
  opacity:0.4;
}

/* the individual comment display containers */
#HCB_comment_box div.comment {
  border-bottom:1px dotted #000000;
  margin-bottom:5px;
}
