#subComment {
	background-color: #4D6608;
	color: #D6E03D;
	font-weight: bold;
}

.divThanks {
	font-size: 13px;
	font-weight: bold;
	color: #D6E03D;
	text-align: center;
	margin-bottom: 10px;
	padding: 4px 10px 6px 10px;
	background-color: #4D6608;
}

#txtName, #txtEmail, #taComment {
	width: 250px;
}
#txtName, #txtEmail {
	height: 18px;
}
#taComment {
	height: 100px;
}