@charset "utf-8";
/* CSS Document */


#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:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;  /*background-color: #fff;*/
}
#HCB_comment_box  a, visited {
	color: #8d966d;
	text-decoration: none;
}

#HCB_comment_box p.error {
  border: 1px solid red;
  background-color: #fee;
}

#HCB_comment_box textarea, #HCB_comment_box input.text {
	border: 1px solid #8d966d;
	background-color: #d3dbb8;
}

#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:97%;
}
/* the submit button */
#HCB_comment_box input.submit {
	background-color: #3A4D17;
	color: #FFFFFF;
	/*font-weight:bold;*/
	cursor:pointer;
	border: 1px solid #8d966d;
}

#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 #eee;
  margin-bottom:5px;
}

/* the moderator message */
.hcb-mod  i{
  color:darkblue;
}

/* next, prev, ok and x link style */
.hcb-link {
	color:#ADD169;
	text-decoration:underline;
}