@charset "utf-8";

@charset "utf-8";

.comment_container {
	margin-top: 41px;
}

.comment_header {
	height: 20px;
	background-color: #e8dfd2;
}

.comment_header_img {
	margin-top: 5px;
	margin-left: 17px;
}

#cancel-comment-reply-link {
	margin-top: 4px;
	margin-right: 6px;
	font-size: 12px;
	line-height: 12px;
	color: #9e240e;
	float: right;
}

#cancel-comment-reply-link:hover {
	text-decoration: underline;
}

#respond {
	margin-top: 14px;
	margin-left: 17px;
	margin: 14px 17px 0 17px;
}

#commentform {
	margin: 0;
}

#first_comment_form_field {
}

#author, #email, #url, #comment {
	background-color: #c3b9ac;
	border: solid 1px #dad1c6;
	font-size: 14px;
	padding: 0;
	line-height: 14px;
}

#author, #email, #url {
	width: 260px;
	height: 23px;
}

#comment {
	width: 509px;
	height: 144px;
}

.comment_form_lbl {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #4b443f;
	margin-left: 8px;
}

.comment_form_field {
	margin-top: 14px;
}

#submit {
	display: block;
	width: 136px;
	height: 23px;
	background-image: url(/latesttalk/wp-content/themes/eatreal_eatlocal/images/submit_comment_btn.jpg);	
	background-repeat: no-repeat;
	background-position: 0 0;
}

#submit:hover {
	background-position: 0 -23px;
}

.separator {
	margin: 17px 0;
	background-color: #d7d1c9;
	height: 1px;
}

