.ao-site-notification {
	background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 10px 10px 10px 50px;
}

.ao-site-notification-Alert {
	background-color: #FEF5F1;
	color: #8C2E0B;
	background-image: url("/misc/message-24-error.png");
    border-color: #ED541D;
}

.ao-site-notification-Warning {
	background-color: #FFFCE5;
	color: #884400;
	background-image: url("/misc/message-24-warning.png");
    border-color: #EEDD55;
}

.ao-site-notification-Notification {
	background-color: #D5ECF9;
	color: #094D9B;
	background-image: url("/misc/message-24-info.png");
    border-color: #1975B9;
}