/* Notifications */
div.notification { float: left; width: 100%; line-height: 1.2em; margin: 0 0 10px 0; border: 1px solid #000; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
div.notification p { margin: 0 !important; }
div.notification p, div.notification pre { padding: 10px 10px 10px 36px; }
div.error { background: url(../images/icons/cross_circle.png) 10px 50% no-repeat #ffcece; color: #665252; border: 1px solid #df8f8f; }
div.warning { background: url(../images/icons/exclamation.png) 10px 50% no-repeat #fffbcc; color: #666452; border: 1px solid #e6db55; }
div.information { background: url(../images/icons/information.png) 10px 50% no-repeat #dbe3ff; color: #585b66; border: 1px solid #a2b4ee; }
div.success { background: url(../images/icons/tick_circle.png) 10px 50% no-repeat #d5ffce; color: #556652; border: 1px solid #9adf8f; }

/* Table Notifications */
span.error { margin: 5px; padding: 5px 5px 5px 25px; background: url(../images/icons/cross_circle.png) 5px 50% no-repeat #ffcece; color: #665252; border: 1px solid #df8f8f; }
span.warning { margin: 5px; padding: 5px 5px 5px 25px; background: url(../images/icons/exclamation.png) 5px 50% no-repeat #fffbcc; color: #666452; border: 1px solid #e6db55; }
span.information { margin: 5px; padding: 5px 5px 5px 25px; background: url(../images/icons/information.png) 5px 50% no-repeat #dbe3ff; color: #585b66; border: 1px solid #a2b4ee; }
span.success { margin: 5px; padding: 5px 5px 5px 25px; background: url(../images/icons/tick_circle.png) 5px 50% no-repeat #d5ffce; color: #556652; border: 1px solid #9adf8f; }