#comments {
	margin-top: 20px;
}

#comments .comment {
	font-size: 12px;
	margin-bottom: 7px;
}

#comments .comment .user {
	vertical-align: top;
	width: 120px;
	border-top: #a1a1a1 1px solid;
	padding-top: 7px;
	font-size: 11px;
	line-height: 12px;
}

#comments .comment .user a {
	font-weight: bold;
	text-decoration: none;
	color: #171717;
}

#comments .comment .comm {
	vertical-align: top;
	border-top: #a1a1a1 1px solid;
	padding-top: 7px;
}

#comments .comment .comm .reply {
	float: right;
	cursor: pointer;
	margin-top: -20px;
	font-size: 11px;
}

#comments .comment .comm .reply:hover {
	text-decoration: underline;
}

#news_story {
	padding: 20px;
}

#news_story .addreply {
	display: block;
	font-size: 11px;
	color: #000;
}
