﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.commentbox{
	margin: 0px;
	background-color: #ececec;
	width: 260px;
	padding: 6px;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
.commentfooter{
	background: url('images/common/comment_arrow.gif') no-repeat 20px -8px;
/*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/	padding-left: 58px;
	padding-top: 0px;
	margin-bottom: 2em;
	font-size: 9px;
	color: #4A4A4A;
	font-family: Verdana, Arial, "Times New Roman", sans-serif;
	font-style: normal;
	font-weight: bold;
}

