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

.notify-info { border:1px dashed #548087; background-color:#dff2f5; color:#548087; }
.notify-success { border:1px dashed #66791c; background-color:#e0e7c5; color:#66791c; }
.notify-warning { border:1px dashed #FFC237; background-color:#F6E2A2; color:#826200; }
.notify-error { border:1px dashed #8B0000; background-color:#FFE6E1; color:#ff0000;  }

.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; }