ul#commentList
{
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
ul#commentList li
{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}
p.commentText
{
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
p.commentInfo
{
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	margin: 0px;
	padding: 0 0 0 0;
	text-align: right;
}
.leaveFeedback
{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

