.containerReply{
	text-align: right;
	/*border: 2px solid #000 !important;*/
	border-bottom: 4px solid #ccc;
	margin-bottom: 40px;
	/*margin-top: -50px;*/
}

.containerCommentReply{
	display: inline-block;
	/*border: 1px solid #f00;*/
	text-align: center;
	/*margin-top: 30px;*/
	/*margin-bottom: 50px;*/
	padding-top: 0px;
	max-width: 600px;
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.containerCommentReplyTitle{
	/*display: inline-block;*/
	/*border: 1px solid #f00;*/
	/*border-bottom: 2px solid #555;*/
	/*text-align: right;
	padding-right: 280px;
	margin-bottom: 10px;*/
	/*text-align: center;*/
	font-size: 14px;
	color: #666;
	text-align: left;
	padding-left: 0px;
	/*margin-bottom: 50px;*/
	margin-top: 20px;

}



.containerCommentReplys{
	position: relative;
	font-size: 14px;
	color: #666;
	/*width: 500px;*/
	/*border: 1px solid #000;*/
	max-width: 1200px;
	text-align: right;
	padding-right: 280px;
	/*padding-bottom: 30px;*/
	/*margin-bottom: 10px;*/
	/*padding-left: 10px;*/
	/*margin-bottom: 20px;*/
}

.CommentReply{
	/*background-color: #ccc;*/
	display: inline-block;
	width: 600px;
	border-bottom: 4px solid #ccc;
	/*min-height: 50px;*/
	/*border: 1px solid #ccc;*/
	/*background-color: #ddd;*/
	/*padding: 5px;*/
	/*border-top: 3px solid #ccc;*/
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.titleCommentReply{
	margin-bottom: 10px;

	/*background-color: #FBF2B7;*/
	text-align: left !important;
	width: 100%;
	/*height: 40px;*/
	/*border: 1px solid #000;*/
	/*padding: 0 10px;*/

	/*background-color: #666;*/
}

.contentCommentReply{
	text-align: left !important;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	/*padding: 0 10px;*/

}

.blogCommentReplyTools{
	/*border: 1px solid #0f0;*/
	/*border : none;*/
	position: absolute;
	top: 5px;
	right: 5px;
	/*padding: 0;*/
	/*padding-right: 0 !important;*/
}

.blogCommentReplyButton{
	padding: 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
	color: #999;
	background-color: #fff;
	border: 1px solid #999;
	font-size: 14px;
	/*font-weight: bolder;*/
	text-align: center !important;
}

.blogCommentReplyButton:hover{
	color: #f55;
	background-color: #fdd;
	border: 1px solid #f55;
	box-shadow: 0 0 4px #f00; 
	cursor: pointer;
}













