		.comment_block{position: relative;}
		.comment_block .cont{position: relative;}
		.comment_block .new_comment{position: relative;}
		.comment_block .new_comment ul, .comment_block .new_comment ul li{padding-left: 0;list-style: none;position: relative;}
		.comment_block .new_comment li{float: left; width: 100%;}
		.comment_block .new_comment li ul{padding-left: 20px;float: left;width: 100%;margin-top: 20px;}
		.comment_block .new_comment li+li{border-top: solid #eee 1px;padding-top: 20px;margin-top: 10px;}
		.comment_block .user_avatar{
			position: relative;
			width: 50px; height: 50px;
			border-radius: 50%; overflow: hidden;
			margin-right: 10px;
			float: left;
			z-index: 2;
			position: absolute;
			left: 0; top: 0;
		}
		.comment_block .user_avatar+.comment_body{padding-left: 60px;}
		.comment_block .comment_body{position: relative; font-size: 100%; line-height: 20px;z-index: 1;}
		.comment_block .comment_body p{font-size: 100%; line-height: 20px;}
		.comment_block .comment_body .user{font-weight: bold;margin-right: 5px;}
		.comment_block p.details{
			margin-bottom: 5px; padding-bottom: 5px;
			font-size: 80%;
			border-bottom: solid #eee 1px;
		}

		.comment_block .reply{position: relative;}
		/*.comment_block .reply .form_reply{height: 0;opacity: 0;}*/