#commentsForm {
	padding-top: 20px;
}
	#commentsForm table {
		width: auto;
	}
	#commentsForm textarea{
		width: 450px;
		height: 160px;
	}
	#commentsForm input {
		padding-bottom: 2px;
	}


.commentAuthor {
	color: #b74306;
}

#comments {
	padding: 20px 0px;
	font-size: 0.8em;
}
	.comment {
		padding-bottom: 20px;
	}
