.comment-container {
	margin-bottom: 10px;
}
.comment-container .comment-header {
	background-color: #F5F6F6;
	padding: 9px 10px;
}
.comment-container .comment-header h2 {
	color: #000;
	font-size: 1.2em;
	float: left;
	margin: 0;
}
.comment-container .comment-header p {
	float: right;
	height: 0.3em;
	margin: 0;
	padding: 0;
}
.comment-container .comment-header p a {
	margin-left: 10px;
	
}
.comment-container #comment_order {
	margin-right: 10px;
}
.comment-container p,
.comment-container h3 {
	padding-left: 10px;
}

.comment-container .va-t {
	vertical-align: top;
}

#js-link {
	margin-left: 10px;
}

.comment-container #comment-form {	
	margin-bottom: 20px;
}
.comment-container #comment-form p {
	padding-left: 0;
}
.comment-container #comment-form textarea {
	width: 410px;
}

.comment-container .comment h3 {
	font-weight: normal;
}

.comment-container .mod-comment {
	padding: 0 7px 0 10px;
	font-size: 11px;
}
.comment-container .mod-comment strong {
	color: #646464;
	margin-bottom: 0;
}
.comment-container .mod-comment p {
	padding-left: 0;
}



