div.acs-form {
	width: 420px;
	/*border-top: 2px solid #fff;*/
	padding: 20px 5px;
	background-color: #76744B;
}
div.acs-form font { 
	color: #fff !important;
}
div.acs-form form,
div.acs-form fieldset, 
div.acs-form legend,
div.acs-form ul {
	margin: 0;
	padding: 0;
}
div.acs-form fieldset {
	border: none;
}
div.acs-form legend {
	display: none;
	visibility: hidden;
}
div.acs-form ul {
	list-style: none;
}
div.acs-form li {
	margin-bottom: 10px;
}
div.acs-form label {
	width: 80px;
	margin-right: 10px;
	vertical-align: top;
	display: -moz-inline-box;
}
div.acs-form input#name,
div.acs-form textarea#comment {
	width: 200px;
	font-size: 11px;
}
div.acs-form textarea#comment {
	height: 100px;
	width: 300px;
}
div.acs-form button#submit {
	border: 1px solid #fff;
	background-color: #9C9962;
	color: #fff;
}
div.acs-comments-list {
	font-size: 12px;
	color: #fff;
	padding: 10px 5px 10px 5px;
	display: block;
	clear: both;
	background-color: #76744B;
	/*border-top: 2px solid #fff;*/
}
span.acs_name, span.acs_text {
	color: #fff !important;
}
.border-top {
	border-top: 2px solid #fff;
}
label {
	color: #fff !important;
}
.comments-disclaimer {
padding-top: 10px;
}
.comments-disclaimer p {
font-size: .6em;
color: #fff;
}

/* IE hacks */
*html div.acs-form label {
	display: inline-block;
}