.notify-info, .notify-success, .notify-warning, .notify-error { 
	text-align:left; margin:5px 0 10px 0; padding:5px; font-size:11px;}


.notify-info li, .notify-success li, .notify-warning li, .notify-error li { 
	font-family: Verdana, sans-serif !important;
}

.notify-info { border:1px dashed #548087; background-color:#dff2f5; color:#548087; }

.notify-success { 
	border:1px solid;
	border-radius: 5px;
	border-color: #a2db7c; 
/* 	text-shadow: 0 1px 0 #fff; */
	color:#444; 
	background-image: url('../img/picto/succes.gif'), -webkit-linear-gradient(top, #eafbd1, #c6ec99); 
	background-image: url('../img/picto/succes.gif'), -moz-linear-gradient(top, #eafbd1, #c6ec99); 
	background-image: url('../img/picto/succes.gif'), -ms-linear-gradient(top, #eafbd1, #c6ec99); 
	background-image: url('../img/picto/succes.gif'), -o-linear-gradient(top, #eafbd1, #c6ec992);
	background-image: url('../img/picto/succes.gif'), linear-gradient(top, #eafbd1, #c6ec99);
	background: #eafbd1 url('../img/picto/succes.gif') no-repeat 2px center; 
	padding-left:23px;
}

.notify-warning {
	border:1px dashed #FFC237; background-color:#F6E2A2; color:#826200;
}

.notify-error { 
	border-radius: 5px;
	border:1px solid;
	border-color: #f9afb4;
	background: #f3d5d6;
	background: -webkit-linear-gradient(top, #fcdcde, #f3d5d6); 
	background: -moz-linear-gradient(top, #fcdcde, #f3d5d6);
	background: -ms-linear-gradient(top, #fcdcde, #f3d5d6); 
	background: -o-linear-gradient(top, #fcdcde, #f3d5d6); 
	background: linear-gradient(top, #fcdcde, #f3d5d6); 
/* 	box-shadow: inset 0 1px 0 #f7fef2, 0 1px 0 #dadee1;  */
	-webkit-animation: msg-error-pulse 1.5s infinite; 
	-moz-animation: msg-error-pulse 1.5s infinite; 
	animation: msg-error-pulse 1.5s infinite;	
/* 	text-shadow: 0 1px 0 #fff; */
	color : #c80000;
}

.notify-error ol, .notify-error ul { position:relative; padding:10px 20px; list-style-type: disc; } 
.notify-error a { color:#ff0000; }

.notify-info h1,
.notify-success h1,
.notify-warning h1,
.notify-error h1 { font-size:12px; }

.notify-error h1 { padding-left:20px; height:16px; line-height:16px; background-position:0 -32px; background-repeat: no-repeat; }
