/* Error / Success / Notice 
------------------------------------------------------------- */

.notes		{ background:#f3e3e3; border:1px solid #820024; }
.success	{ background:#f3e3e3; border:1px solid #820024; }
.error		{ background:#f3e3e3; border:1px solid #820024; }
.notice		{ background:#f3e3e3; border:1px solid #820024; }

.notes,.notice,.success,.error {
	font-size: 11px;
	color: #000;
	width: 208px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.notes span,.notice span,.success span,.error span {
	font-weight: bold;
	font-size: 1.2em;
	padding: 2px 3px;
	}

.notes p,.success p,.error p,.notice p {
	margin: 0px;
	padding: 0px;
	}

.notification_ok {
	border: 1px #567397 solid;
	height: auto;
	width: 100%;
	background: #f5f9fd;
	text-align: center;
	}

