.comm-caption {
	font-family: Tahoma, sans-serif;
	color: #777;
	font-size: 11px;
	font-weight: bold;
	border: #eee 1px solid;
	background: #eee;
	white-space: nowrap;
	padding: 4px;
	margin: 4px 0;
}
.comm-caption div { overflow: hidden; }
.comm {
	font-size: 13px;
	border: #ccc 1px solid;
	background: #f8f8f8;
	border-radius: 4px;
	padding: 8px;
	margin: 4px 0;
}
.comm img { border: 0; }
.comm-author {
	width: 130px;
	float: left;
	overflow: hidden;
}
.comment { margin-left: 130px; }