#HCB_comment_box textarea {
	border: #3E6398;  /* add any custom CSS for the comment box here. */
  
}

/* the entire html comment box container. applies to everything */
#HCB_comment_box {
	font-family: Arial, Helvetica, sans-serif;
	color: #00394D;
	background-color: #fff;
	font-weight: normal;
	border: #3E6398;
	text-align: left;
}

#HCB_comment_box p.error {
  border: 1px solid red;
  background-color: #fee;
}

#HCB_comment_box textarea, #HCB_comment_box input.text {
	border-top: 1px solid #00394D;
	border-left: 1px solid #00394D;
	border-bottom: 1px solid #00394D;
	border-right: 1px solid #00394D;
	background-color: #f8f8f8;
	font-family: Arial, Helvetica, sans-serif;
}

#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 #00394D;
  border-left: 1px solid #00394D;
  border-bottom: 1px solid #00394D;
  border-right: 1px solid #00394D;
  background-color: #3E6398;
  color: #5d89c9;
  font-weight:bold;
  cursor:pointer;
}

#HCB_comment_box span.home-desc {
  font-size:11px;
  opacity:0.4;
}

/* the individual comment display containers */
#HCB_comment_box div.comment {
  border-bottom:1px dotted #eee;
  margin-bottom:5px;
}

/* the moderator message */
.hcb-mod  i{
  color:darkblue;
}

/* next, prev, ok and x link style */
.hcb-link {
  color:blue;
  text-decoration:underline;
}
