@charset "utf-8";

#HCB_comment_box textarea {
font-family : Helvetica, Arial, Verdana, sans-serif;
font-size : 14px;
color : #000;
}

/* the entire html comment box container. applies to everything */
#HCB_comment_box {
font-family : Helvetica, Arial, Verdana, sans-serif;
font-size : 12px;
color : #FFF;
}

#HCB_comment_box p.error {
border: 1px solid #000;
background-color: #fff;
color: #000;
}

#HCB_comment_box textarea, #HCB_comment_box input.text {
border: 1px solid #000;
margin-bottom: 6px;
background-color: #FFF;
}

#HCB_comment_box .hcb-wrapper-half {
display:block; 
}

#HCB_comment_box .hcb-wrapper {
clear:both;  
}

#HCB_comment_box input.text {
display:block;
font-family : Helvetica, Arial, Verdana, sans-serif;
font-size : 12px;
color : #000;
width:180px;
}

/* the submit button */
#HCB_comment_box input.submit {
font-family : Helvetica, Arial, Verdana, sans-serif;
font-size : 14px;
font-weight: bold;
color : #FFF;
height : 24px;
line-height: 24px;
padding-left : 10px;
padding-right : 10px;
text-decoration : none;
background-color : #444;
transition-duration : 0.5s;
border-radius: 12px;
border: 1px solid #fff;
width:160px;
box-shadow : 2px 3px 5px #000;
}

#HCB_comment_box input.submit:hover{
text-decoration : none;
background-color : #000;
color : #fff;
border: 1px solid #fff;
}

#HCB_comment_box span.home-desc {
font-family : Helvetica, Arial, Verdana, sans-serif;
font-size : 14px;
font-weight: bold;
color : #000;
}

/* the individual comment display containers */
#HCB_comment_box div.comment {
border-top:1px solid #fff;
margin-bottom:4px;
font-family : Helvetica, Arial, Verdana, sans-serif;
font-size : 14px;
color : #000;
}

/* the moderator message */
.hcb-mod  b{
font-family : Helvetica, Arial, Verdana, sans-serif;
font-size : 14px;
font-weight: bold;
color : #000;
}

/* next, prev, ok and x link style */
.hcb-link {
font-family : Helvetica, Arial, Verdana, sans-serif;
font-size : 14px;
font-weight: bold;
color : #000;
}
