/* --- 	EasyGoStore - notification CSS	--- */

	/* --- Notification Styles --- */
		.egsSuccess, .egsWarning, .egsError{
			margin-bottom:5px;
			font-style:italic;
			padding:5px 10px 5px 26px;
		}
		
		.egsSuccess{ border:1px solid #36BE00; background: url(../images/icons/notify-success.png) #B4E2AE 5px 3px no-repeat; }
		.egsSuccess, .egsSuccess a{ color:#41A317; }
		
		.egsWarning{ border:1px solid #CC9A00; background: url(../images/icons/notify-warning.png) #FFDB6D 5px 3px no-repeat; }
		.egsWarning, .egsWarning a{ color:#B88B00; }
		
		.egsError{ border:1px solid #FC0000; background: url(../images/icons/notify-error.png) #FF9FA1 5px 3px no-repeat; }
		.egsError, .egsError a{ color:#FC0000; }
		