
#HCB_comment_box textarea {
  color:#888888;
}
#HCB_comment_box h3{
  display:none;
}
/* the entire html comment box container. applies to everything */
#HCB_comment_box {
  
}

#HCB_comment_box p.error {
  border: 4px solid #f88;
  background-color: #fee;
  color: #800;
}

#HCB_comment_box textarea, #HCB_comment_box input.text {
  border: 1px solid black;
  border-left: 1px solid #333333;
  /*border-top: 1px solid black;
  background: url(bg.png) repeat-x;*/
  border-right: 1px solid #333333;
  background: url(../image/comment_back.png) repeat;
   color:#888888;
}

#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%;
  padding:5px;
  
}
/* the submit button */
#HCB_comment_box input.submit {
    margin:0 7px 3px 0;
    background-color:#A54605;
    border-width:2px;
    border-style:solid;
    border-color:#802F0B #391A10 #391A10 #802F0B; 
    font-family: 'Jockey One',Arial, sans-serif;
    font-weight:normal;
    text-transform:uppercase;
    font-size:16px;
    line-height:130%;
    text-decoration:none;
    color:black;
    cursor:pointer;
    width:auto;
    overflow:visible;
    letter-spacing:0.05em;
    padding:3px 8px 3px 7px; /* IE6 */
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

 -moz-box-shadow:inset 0 0 10px #000000;
   -webkit-box-shadow:inset 0 0 10px #000000;
   box-shadow:inset 0 0 10px #000000;
}
#HCB_comment_box input.submit:hover{
    background-color:#602700;
    border:2px solid;
    border-color:#261911 #4D1C07 #4D1C07 #261911; 

    color:white;
    font-weight:normal;
    
}

#HCB_comment_box span.home-desc {
  opacity:0.4;
  color:#7B7C7C;
}
hcb_form
/* the individual comment display containers */
#HCB_comment_box div.comment {
  border-top:1px solid #3A190D;
  margin-bottom:0.5em;
  color:yellow;
}

/* the moderator message */
.hcb-mod  b{
  color:darkblue;
}

/* next, prev, ok and x link style */
.hcb-link {
  color:red;
  text-decoration:underline;
}
/*------*/
#HCB_comment_form_box{

  padding-bottom:10px;
}
.hcb-shadow-m textarea{
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  padding:5px;
}
.hcb-comment-tb{
background-color:#333333;
}
.hcb-comment-tb a{
  color:red;
  padding-left:10px;
  
}
.hcb-comment-tb a:hover{
  color:#9a0000;
}
.comment{
  
  background: url(../image/comment_back.png) repeat;
  padding-top:5px;
  margin-bottom:10px;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-weight:normal;
  color:white;
  letter-spacing:0.03em;
  font-size:14px;
  
}
span.date{padding-left:10px;
color:#7C7D7D;
font-size:12px;}

span.author{font-size:12px;
color:#7C7D7D;}