div#comments  {
	border-bottom: 1px #dddddd dotted;
	margin-bottom:10px;
	padding-bottom:5px;
}

div#comments .commentsInside {	
	margin: 10px 10px 10px 10px;	
	overflow:hidden;
}

div#comments .comment {	
	margin: 10px 5px 10px 5px;	
	overflow:hidden;
	background-color: #F2F2F2;
	border:1px solid #DDDDDD;
}

div#comments .comment .label {
	background: #D8D8D8;
	padding: 2px 10px 2px 10px;	
}

div#comments .comment p {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	margin-left:9px;
	margin-right:9px;
	margin-top:6px;
	margin-bottom:8px;
	overflow:hidden;
}
