/* Styles shared between admin and front end */
.notification {
	margin:15px;
	color:#00578a;
	font-size:16pt;
	font-weight:bold;
	border:2px solid #00578a;
	padding:20px 20px 20px 70px;
	background-image:url(../Images/notification.png);
	background-repeat:no-repeat;
	background-position:10px 20px;
}
.notification p{
	margin: 0px;
}

p.blatant {
    color: red;
    font-size: 12pt;
    font-weight: bold;
}