@charset "utf-8";
/* CSS Document */

#comments_form_container{
	padding: 10px 0;
}

#comments_container{
	padding: 0 20px 0 10px;
}

#comment_button {
	float: right;
	width: 160px;
	height: 32px;
}

#comment_button a {
	text-decoration: none !important;
}

#comment_button a span {
	background: url(/assets/image/common/comment_button.gif) top center no-repeat;
	display: block;
	width: 160px;
	height: 32px;
}

#comment_button a:hover span {
	background-position: bottom center;
}

.comment {
	min-height: 55px;
	padding: 10px 0 15px;
}

.comment .avatar {
	width: 55px;
	height: 55px;
	float: left;
}

.comment .posted_on {
	width: 200px;
	float: right;
	color: #666;
	text-align: right;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.comment .comment_c, .comment .poster{
	margin-left: 65px;
}

.comment .comment_c{
	font-size: 11px;
	padding-top: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.comment .poster{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-shadow: 0 1px 0 #F0F0F0;
	font-weight: bold;
}