#HCB_comment_box textarea {
	background-color: #FFF;
	color: #000;
}

/* the entire html comment box container. applies to everything */
#HCB_comment_box {
	background-color: #FFF;
}
/* the entire html comment box container. applies to everything */
#HCB_comment_box p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A84C6;
}
/* the entire html comment box container. applies to everything */
#HCB_comment_box a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A84C6;
}
/* the entire html comment box container. applies to everything */
#HCB_comment_box a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B1949;
}

#HCB_comment_box p.error {
	border: 4px solid #f88;
	background-color: #666;
	color: #F00;
}

#HCB_comment_box textarea, #HCB_comment_box input.text {
	background: url(bg.png) repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3A84C6;
	border-right-color: #8195CB;
	border-bottom-color: #8195CB;
	border-left-color: #3A84C6;
}

#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%;
  
}
/* the submit button */
#HCB_comment_box input.submit {
	margin:0 7px 3px 0;
	background-color:#8195CB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8195CB;
	border-right-color: #3A84C6;
	border-bottom-color: #3A84C6;
	border-left-color: #8195CB;
}
#HCB_comment_box input.submit:hover{
	background-color:#1B1949;
	border:1px solid #c2e1ef;
	color:#FFF;
}

#HCB_comment_box span.home-desc {
	opacity:0.4;
	color: #0F0;
}

/* the individual comment display containers */
#HCB_comment_box div.comment {
	margin-bottom:0.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8195CB;
	color: #000;
}

/* the moderator message */
.hcb-mod  b{
	color:#1B1949;
}

/* next, prev, ok and x link style */
.hcb-link {
	color:#3A84C6;
	text-decoration:underline;
}
<style>
#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:#ffd;
}
</style>
