/* @group Notice */

#notice_info, #notice_alert, #notice_error {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 4px;
	color: #3e3e3e;
}

#notice_info {
	background-color: #d7ffa2;
	border: 1px solid #b7d98a;
}

#notice_alert {
	background-color: #fffeae;
	border: 1px solid #e0e098;
}

#notice_error {
	background-color: #feced8;
	border: 1px solid #e99ea7;
}