@charset "utf-8";
/* CSS Document */

/* @group Notice */
#notice_info, #notice_alert, #notice_error {
	width:698px;
/*	float:left;*/
	text-align: center;
	/*margin-top: 5px;*/
	margin-bottom: 5px;
	padding: 2px 5px;
	/**/
	font-size:11px;
}

#notice_info {
	background-color: #018704;
	border: 1px solid #018704;
	color: #fff;
}

#notice_alert {
	background-color: #edc902;
	border: 1px solid #edc902;
	color: #000;
}

#notice_error {
	/* from designer #F10700 */
	background-color: #fdccb2;
	border: 1px solid #fdccb2;
	color: #b2060d;
}