.notification {
    clear:both;
    padding: 0;
    border: 1px solid;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    font-size: 13px;
    width: 92%;
    margin: 10px auto;
}                
.attention {
    background: #fffbcc url('exclamation.png')/*tpa=http://bip.pup-jawor.pl/img/icons/exclamation.png*/ 10px 11px no-repeat;
    border-color: #e6db55;
    color: #666452;
}
.information {
    background: #dbe3ff url('information.png')/*tpa=http://bip.pup-jawor.pl/img/icons/information.png*/;
    border-color: #a2b4ee;
    color: #585b66;
}
.success {
    background: #DFF2BF url('tick.png')/*tpa=http://bip.pup-jawor.pl/img/icons/tick.png*/;
    border-color: #9adf8f;
    color: #4F8A10;
}
.error {
    background: #ffcece url('cross.png')/*tpa=http://bip.pup-jawor.pl/img/icons/cross.png*/;
    border-color: #df8f8f;
    color: #665252;
}
.notification div {
    display:block;
    font-style:normal;
    font-weight:bold;
    padding: 10px 10px 10px 36px;
    line-height: 1.5em;
}
.notification .close {
    color:#990000;
    font-size:9px;
    position:absolute;
    right:5px;
    top:5px;
}
ul.errors {
    padding-top:5px;
    padding-left:5px;
    color:red;
    margin-left:2%;
}
