
/* ----------------------------- system-css ---------------------------------- */
#system{
	margin:0 auto;
	width:600px;
}

/* --------------------- error --------------------- */
#system .error{
	margin:48px auto;
	padding:24px 0;
	border:1px solid #999b90;
	background-color:#f9f9f9;
	text-align:center;
	zoom:1;
}

#system .error h2{
	color:#1d6005;
	margin:0 auto 36px;
	border-bottom:2px solid #40782f;
	letter-spacing:0.4em;
}

#system .error p.detail{
	color:#d72828;
	font-weight:bold;
}

/* --------------------- comment-preview --------------------- */

#system #comments-area{margin:0 auto;}


/* --------------------- thanks --------------------- */

#system .thanks{
	margin:48px auto;
	padding:24px 0 36px;
	border:1px solid #999b90;
	zoom:1;
	background-color:#f9f9f9;
	text-align:center;
}

#system .thanks h2{
	color:#1d6005;
	margin:0 auto 36px;
	border-bottom:2px solid #40782f;
	font-size:16px;
	letter-spacing:0.4em;
}

#system .thanks p.detail{
	color:#d72828;
	font-weight:bold;
}
