
.msg_attenzione {
    background: #fff6bf url(../img/messaggi/error.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
	color:#000000;
    }

	.msg_attenzione a {
	color:#4B4B4B;
   text-decoration:none;
border-bottom:1px dotted #444;
}	
	
.msg_info {
    background: #E7F9F8 url(../img/messaggi/info.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #B5D4FE;
    border-bottom: 2px solid #B5D4FE;
	color:#000000;
    }

.msg_ok {
    background: #BBE2B3 url(../img/messaggi/ok.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #60A657;
    border-bottom: 2px solid #60A657;
	color:#000000;
    }
	.msg_del {
    background: #FF9C93 url(../img/messaggi/canc.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FD5959;
    border-bottom: 2px solid #FD5959;
	color:#000000;
    }

	.msg_scarica {
    background: #F7FABE url(../img/messaggi/descarga.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #DFE786;
    border-bottom: 2px solid #DFE786;
	color:#000000;

    }
	.msg_scarica a {
	color:#4B4B4B;
   text-decoration:none;
border-bottom:1px dotted #444;
    }
	.msg_errore {
    background: #FDD1C5 url(../img/messaggi/importante.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FBAB95;
    border-bottom: 2px solid #FBAB95;
		color:#000000;
    }
	
	.msg_errore a {
	color:#FA6464;
   text-decoration:none;
border-bottom:1px dotted #FB6F6E;
}	
	
	.msg_nota {
    background: #FAF9F7 url(../img/messaggi/nota.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #F2EFEA;
    border-bottom: 2px solid #F2EFEA;
	color:#000000;

    }

.msg_nuovo {
    background: #fff6bf url(../img/messaggi/new.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FBC383;
    border-bottom: 2px solid #FBC383;
	color:#000000;
    }
	.msg_nuovo a {
	color:#E15F13;
   text-decoration:none;
border-bottom:1px dotted #E15F13;
    }
