﻿.avviso {
    background: #fff6bf;
    background-position: 15px 50%;
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    }
 
.informazione {
    background: #F8FAFC;
    background-position: 15px 50%;
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #B5D4FE;
    border-bottom: 2px solid #B5D4FE;
    }
 
.importante {
    background: #FFBFBF;
    background-position: 15px 50%;
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FF2424;
    border-bottom: 2px solid #FF2424;
    }
    
.boxInfo, .boxSuccess, .boxWarning, .boxError {
    border: 1px solid;
    margin: 15px 0px;
    padding:15px 20px 15px 55px;
    width: 500px;	
    font: bold 12px verdana;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.boxInfo {
    color: #00529B;
    background: #BDE5F8 url(/img/icon-info.png) no-repeat 10px center;
}
.boxSuccess {
    color: #4F8A10;
    background: #DFF2BF url(/img/icon-success.png) no-repeat 10px center;
}
.boxWarning {
    color: #9F6000;
    background: #FEEFB3 url(/img/icon-warning.png) no-repeat 10px center;
}
.boxError {
    color: #D8000C;
    background: #FFBABA url(/img/icon-error.png) no-repeat 10px center;
}