#replies_table td {
	width: 33%;
	border: none !important;
	padding: 0 40px 40px 0 !important;
}
.replies_text {
	margin-bottom: 15px;
}
.replies_author {
	font-weight: bold;
	font-size: 11px;
}

#reply_form {
	margin-bottom: 10px;
	padding: 20px;
	background: #dbc4a1;
}
#reply_form input {
	width: 200px;
	border: 1px solid #531d0a;
	background: #ccab78;
	font: 12px Tahoma, Verdana, Arial;
}
#reply_form textarea {
	width: 600px;
	height: 100px;
	border: 1px solid #531d0a;
	background: #ccab78;
	font: 12px Tahoma, Verdana, Arial;
}