#notification {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 300px;
    min-height: 42px;
    border-style: solid;
    border-width: 2px;
    vertical-align: middle;
    z-index: 9999;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
}
#notification_message {
	display: block;
    min-width: 300px;
    font-size: 10pt;
    text-indent: 38px;
    vertical-align: middle;
    padding: 10px 3px 10px 3px;
}
.notification_failure {
    background: url(/images/plugins/Notification/background/bg_notification_error.png);
    /*background-color: #b30000;*/
    border-color: #400000;
    color: white;
}
.notification_failure #notification_message {
	background: url(/images/plugins/Notification/32x32/notification_error.png) no-repeat 3px center;
}
.notification_success {
    background: url(/images/plugins/Notification/background/bg_notification_success.png);
    /*background-color: #008900;*/
    border-color: #004000;
    color: white;
}
.notification_success #notification_message {
    background: url(/images/plugins/Notification/32x32/notification_success.png) no-repeat 3px center;
}
.notification_information {
    background: url(/images/plugins/Notification/background/bg_notification_info.png);
    /*background-color: #151fa2;*/
    border-color: #000040;
    color: white;
}
.notification_information #notification_message {
    background: url(/images/plugins/Notification/32x32/notification_info.png) no-repeat 3px center;
}
.notification_warning {
    background: url(/images/plugins/Notification/background/bg_notification_warning.png);
    /*background-color: #d27100;*/
    border-color: #401000;
    color: black;
}
.notification_warning #notification_message {
    background: url(/images/plugins/Notification/32x32/notification_warning.png) no-repeat 3px center;
}
