
.info, .warning, .error, .ok, .debug{
    border: 1px solid;
    margin: 10px 0;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    clear: both;
}

.info ul, .warning ul, .error ul, .ok ul, .debug ul, .debug ul pre{
    margin-bottom: 0;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image:  url('icon/info32.png');
}

.ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:  url('icon/ok32.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image:  url('icon/warning32.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image:  url('icon/error32.png');
}

.debug {
    border-color: #CCCCCC;
    color: #666666;
    background-color: #F1F1F1;
    background-image:  url('icon/debug32.png');
}