
	div.successNotification {
		background-color:#f0fee0;	
		background-image: url(http://www.legalqb.com/cbus/images/successBackground.gif);
		background-repeat: repeat-x;
		background-position: top;
	}
	
	div.noticeNotification {
		background-color:#e2edfb;	
		background-image: url(http://www.legalqb.com/cbus/images/notifyBackground.gif);
		background-repeat: repeat-x;
		background-position: top;
	}
	
	div.warningNotification {
		background-color:#fffe32;	
		background-image: url(http://www.legalqb.com/cbus/images/warningBackground.gif);
		background-repeat: repeat-x;
		background-position: top;
	}
	
	div.errorNotification {
		background-color:#f1dada;	
		background-image: url(http://www.legalqb.com/cbus/images/errorBackground.gif);
		background-repeat: repeat-x;
		background-position: top;
	}
	
	div.wizardNotification {
		background-color:#d8b8fe;
		background-image: url(http://www.legalqb.com/cbus/images/wizardBackground.gif);
		background-repeat: repeat-x;
		background-position: top;
	}