#comments {
	text-align: right;
}

#comments h1, #comments h2, #comments h3, #comments h4  {
	color: #d85829; /* red */
}

#comments .comment {
	text-align: left;
	margin: 20px 0px;
	padding: 0px 10px 10px 10px;
	border-left: 1px solid #aaaaaa;
}

#comments .comment_info {
	color: #444444;
	font-size: 0.9em;
	margin: 0px 0px 5px 0px;
}

#comments .comment_info p {
	display: inline;
}

#comments .comment_comment {
	margin: 10px 0px;
}

#new_comment {
	margin: 10px 0px 10px 0px;
}

#new_comment label {
	float: left;
}

#new_comment input.standard_input  {
	width: 300px;
	margin-left: 10px;
}

#new_comment textarea.standard_input {
	width: 303px;
	height: 300px;
	margin-left: 10px;
}