@charset "utf-8";


/* =========================================================

	themes/system/admin/comment/edit.htmlに適用するcssです。
 
============================================================ */


.commentForm{
	background:#DAD7BB;
	border-right:#BBB790 solid 1px;
	border-bottom:#BBB790 solid 1px;
	padding: 10px;
	margin: 0 0 20px 0;
}


.commentForm h3 {
	border-bottom: solid 2px #84684B;
	padding:5px 0 5px 0;
	margin: 0 0 10px 0;
}

.commentForm p.comPost{
	text-align:left;
	background:none;
}

.commentForm dt{
	margin-bottom:5px;
}

.commentForm dd{
	margin-bottom:10px;
}
