﻿.show_comments {
	border: 1px dashed #E9E9E9;
	margin: 10px 10px 20px 10px;
	padding: 5px;
}
.author {
	font-weight: bold;
	color: #336699;
	margin-bottom: 10px;
}
.show_comments:hover {
	background-color: #F9F9F9;
}
.logoopr {
	background-image: url('../../../images/name.jpg');
	background-repeat: no-repeat;
	height: 50px;
	width: 48px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.textxt {
	font-style: italic;
	color: #333333;
	font-size: 12px;
}
