#c_comments {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}
#c_comments li {
	clear: both;
}
#c_picture {
	float: left;
	margin-right: 10px;
	width: 38px;
}
#c_content {
	float: left;
	width: 600px;
	margin-bottom: 35px;
}
#c_name {
	color: #666;
}
#c_date {
	color: #999;
	font-size: 11px;
}
#c_title {
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.c_post {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	width: 100%;
	margin-top: 10px;
}
