
form div {
	text-align:left;
	padding:10px;
}

#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: "Trebuchet MS", Tahoma, serif;
  color: #fff;
  background-color: #000;
}

#HCB_comment_box p.error {
  border: 1px solid red;
  background-color: #fee;
}

#HCB_comment_box textarea, #HCB_comment_box input.text {
	font-family:"Trebuchet MS", Georgia, sans-serif;
	font-size:15px;
	border-top: 1px solid #311E07!important;
	border-left: 1px solid #311E07!important;
	border-bottom: 1px solid #311E07;
	border-right: 1px solid #311E07;
	background-color: #ffffdc;
	padding:4px;
	border:2px solid #FFEE36!important;
}

h3 {
	float:right;
	width:275px;
	font-size:16px;
	font-weight:bold;
	color:#c1a111;
	padding-top:100px;
	height:80px;
	background:url(blana.jpg) no-repeat;
}

#HCB_comment_box input.text {
	font-style:normal!important;
	font-weight:bold;
	color:#000;
	width:300px;
}

form div a.link-home {
	display:none!important;
	color:#121212!important;
}

form div a:visited {
	color:#323232;
}

form div a:active {
	color:gray!important;
}

for div a:hover {
	color:#454545;
}

/* the submit button */
#HCB_comment_box input.submit {
	padding:5px;
	border-top: 1px solid #FFEE36;
	border-left: 1px solid #FFEE36;
	border-bottom: 1px solid #FFEE36;
	border-right: 1px solid #FFEE36;
	background-color: #311E07;
	color: #fff;
	font-weight:bold;
	cursor:pointer;
}

#HCB_comment_box span.home-desc {
	font-size:10px;
	color:#121212;
	display:none!important;
}

#HCB_comment_box p {
	color:#ffee36;
	font-family:Georgia;
	margin:10px;
	font-size:14px;
}

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

blockquote {
	margin:10px;
	border:1px ridge silver;
	background:url(com.jpg) repeat-y /*#311e07*/;
	font-style: italic;
	font-family: Georgia, sans-serif;
	font-size:15px;
	color:#ffee36;
	padding-bottom:15px;
	padding-top:12px;
	text-align:left;
	text-indent:0.5em;
	padding-left:10px;
	line-height:1.4em;
}

span.date {
	font-family: "Trebuchet MS", sans-serif;
	font-size:16px;
	color:#fff;
}

span.author {
	font-family: "Trebuchet MS", sans-serif;
	font-size:15px;
}

span.author b {
	font-family: "Trebuchet MS", sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#ffee36;
}

form div a {
	color:#111;
}

a.del {
	color:red!important;
}

textarea.commentbox {
	border:2px solid #311E07!important;
}

label {
	font-family:"Trebuchet MS", Georgia, sans-serif;
	font-size:15px;
	color:white;
	font-weight:bold;
	padding-right:5px;
}


