.blog_entry, .blog_comment, .blog_comment_form {
	margin-top: 20px;
	color: #000;
}
.blog_entry .blog_title, .blog_entry .blog_title a, .blog_entry .blog_title a:link, .blog_entry .blog_title a:visited {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
	color: #3284AD;
}
.blog_entry .blog_content {
	font-size: 12px;
	margin-bottom: 10px;
}
.blog_entry .blog_info {
	font-size: 11px;
	color: #3289B5;
}
.blog_comment {
	background-color: #efefef;
	padding: 20px;
	border-top: 2px solid #3289B5;
	border-bottom: 2px solid #3289B5;
}
.blog_comment .comment_title {
	color: #000;
	font-size: 14px;
	padding-bottom: 20px;
	font-weight: bold;
}
.blog_comment .comment_message {
	color: #000;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 10px;
}
.blog_comment .comment_author {
	color: #3289B5;
	font-size: 11px;
	font-weight: bold;
}
.blog_comment .comment_info {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}