@charset "UTF-8";
/* CSS Document */

.commentlist li { width:100%; margin-top:20px; background-image:url(images/comment-border.png); background-repeat:no-repeat; background-position:left top; padding-top:20px; }
.comment-childs { width:95%; margin-top:20px; background-image:url(images/comment-border.png); background-repeat:no-repeat; background-position:left top; padding:20px 0 0 5%; border:none; }


.comment-childs .row { width:400px!important; }
.comment-childs .textarea { width:400px!important; }
.comment-childs textarea { width:384px!important;  }
.comment-childs .textfield { width:182px!important; }
.comment-childs input.text { width:164px!important;  }
.comment-childs #commentform {overflow:hidden; margin-top:40px;}

#cancel_reply {
	float:right;
	text-align:right;
	color:#4D9346;
	padding:8px;
}
