#comments {
	width:99%;
	margin:0 auto;
	}
#comment_header {
	border-radius:15px 15px 0 0;
	border:1px solid #e4e5e7;
	background-color:#f8f8f9;
	height:20px;
	padding: 10px 0 0 10px;
	}
#comment_box {
	border-radius:0 0 15px 15px;
	border:1px solid #e4e5e7;
	border-top:0;
	margin-bottom:10px;
	padding:20px;
	}

.comment_info {
	line-height:12px;
	padding-left:15px;
	float:left;
	}