.infoSedLex, .successSedLex, .warningSedLex, .errorSedLex {
border: 1px solid;
margin: 3px 3px;
padding:10px 5px 10px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.infoSedLex {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../img/info.png');
}
.successSedLex {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../img/success.png');
}
.warningSedLex {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../img/warning.png');
}
.errorSedLex {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../img/error.png');
}