#comments_area {
	margin-left: -2%;
}
#add_comment {
	display: none;
	padding-right: 1em;
}

.comment_respond #add_comment {
	display: block;
}

.comment_frame {
	border: 1px solid #bbb;
	border-radius: .5em;
	padding-left: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
	margin: .5em;
	background: #eee;
}

.comment_frame .comment_frame {
	background: #ddd;
}

.comment_frame .comment_frame .comment_frame {
	background: #eee;
}

.comment_frame .comment_frame .comment_frame .comment_frame {
	background: #ddd;
}

#add_comment input[type="text"] {
	min-width: 50%;
}

#add_comment textarea {
	width: 100%;
	height: 8em;
	margin-top: .5em;
	margin-bottom: .5em;
	padding: .5em;
}

.comment_name {
	font-weight: bold;
	display: inline;
}

.comment_name .owner {
	color: blue;
	font-style: italic;	
}

.comment_date {
	font-style: italic;
	display: inline;
	font-size: 0.8em;
}

#add_comment + a.add_comment {
	display: none;
}
