.info, .success, .warning, .error, .validation {
font-family: 'Noto Sans', sans-serif;
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}

.info {
width: 510px;
color: #00529B;
background-color: #BDE5F8;
background-image: url('alerticons/info.png');
}

.success {
width: 510px;
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('alerticons/success.png');
}

.success_thanks {
width: 270px;
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('alerticons/success.png');
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px 10px;
}

.success_thanks_product {
width: 510px;
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('alerticons/success.png');
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px 10px;
}

.warning {
width: 510px;
color: #9F6000;
background-color: #FEEFB3;
background-image: url('alerticons/warning.png');
}

.error {
width: 510px;
color: #D8000C;
background-color: #FFBABA;
background-image: url('alerticons/error.png');
}

.info_topinformatie, .success_topinformatie, .warning_topinformatie, .error_topinformatie, .validation_topinformatie {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}

.info_topinformatie {
width: 830px;
color: #00529B;
background-color: #BDE5F8;
background-image: url('alerticons/info.png');
}

.success_topinformatie {
width: 400px;
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('alerticons/success.png');
}

.warning_topinformatie {
width: 510px;
color: #9F6000;
background-color: #FEEFB3;
background-image: url('alerticons/warning.png');
}

.error_topinformatie {
width: 510px;
color: #D8000C;
background-color: #FFBABA;
background-image: url('alerticons/error.png');
}