.H2 {font-size: 9; font-family: "Arial Rounded MT Bold", Arial, sans-serif; }
.P1 {font-size: 12px; font-family: "Arial Rounded MT Bold", Arial, sans-serif; color: #666666; }
.H1 {font-family: "Arial Rounded MT Bold", Arial, sans-serif; font-size: 24px; }
.F1 {font-family: "Arial Rounded MT Bold", Arial, sans-serif; font-size: 9px; }
.B1 {font-size: 12px; font-family: "Arial Rounded MT Bold", Arial, sans-serif;}
a:link { font-size: 12px; font-family: "Arial Rounded MT Bold", Arial, sans-serif; color: #666666; text-decoration: none;}
a:visited { font-size: 12px; font-family: "Arial Rounded MT Bold", Arial, sans-serif; color: #666666; text-decoration: none;}
a:hover { font-size: 12px; font-family: "Arial Rounded MT Bold", Arial, sans-serif; color: #FF9900; text-decoration: none;}

#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: #999;
  background-color: #fff;
}

#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 #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  background-color: #f8f8f8;
}

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

/* 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: #ccc;
  color: #666;
  font-weight:bold;
  cursor:pointer;
}

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

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