
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:8px 5px 8px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-size: 14px;
line-height: 1.3;
text-align: left;
}

.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('/images/icons/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('/images/icons/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('/images/icons/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('/images/icons/error.png');
}

.flashmessage {
	position: relative; top: 12px; 
}
