.commentslabel {
	font-weight: 500;
	color: #4c5156;
	font-size: 14px;
	padding: 20px 0 6px 0;
	border-bottom: 1px solid #cfd4d6;
	margin-bottom: 20px;
}

#commentscontainer {
	margin: -20px 0 0 0;
	padding: 0;
}

.commentchild {
	background: url("%themepath%images/downarrow.gif") no-repeat 0px 22px;
	padding-left: 18px;
}

.commentcontentsholder {
	font-size: 16px;
	margin-bottom: 20px;
	padding-bottom: 12px;
	padding-top: 15px;
}

.commentdatelabel {
	font-size: 14px;
	color: #666666;
}

.commentnamelabel {
	font-size: 16px;
	color: #3c3e43;
	margin-bottom: 6px;
	padding-top: 4px;
}

.commentavatar {
	float: left;
	width: 80px;
}

.commentdataholder {
	line-height: 16px;
	margin-left: 20px;
}

.commentdataholderstaff {
	background: #fff1c8;
	padding: 12px 12px 0 12px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.commentstext {
	font-size: 16px;
}