.commentbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #202020;
	padding: 10px;
	color: #F4F7B3;
}

.commentfooter{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
background: url(pix/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 4px;
margin-bottom: 2em;
color: #E8A862;
}

