
#HCB_comment_box textarea {
	
	color: white;
	padding: 5px;
  
}

/* the entire html comment box container. applies to everything */

#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-image: url(./images/bullets/light_green_gradient.jpg);
  background-repeat: repeat-x;
  background-color: #486b12;
  border-color: #304f11;
  padding-left: 4px;
}



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

#HCB_comment_box textarea, #HCB_comment_box input.text {
	
  border: 1px solid #51851f;

	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#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%;
  color: white;

  
}


/* the submit button */
#HCB_comment_box input.submit {
	
    margin: 0 7px 3px 0;
    background-color: #304f11;
    border: 1px solid #51851f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: white;
    cursor: pointer;
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
    
  -moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}


#HCB_comment_box input.submit:hover{
	
    background-color: #dff4ff;
    border: 1px solid #51851f;
    color: #304f11;
    
}

#HCB_comment_box span.home-desc {
  opacity: 0.4;
}

/* the individual comment display containers */
#HCB_comment_box div.comment {

  border: 1px solid #51851f;

	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;	

  margin-bottom:0.5em;
  background-image: url(./images/bullets/light_green_gradient_com.png);
  background-repeat: repeat-x;
}

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

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