/* CSS Document */
.info, .success_message, .warning_message, .error_message, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 20px 15px 100px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;

background-image: url('/images/template/info.png');
}
.success_message {
color: #4F8A10;
width:300px;
border:0px;
background-image:url('/images/template/success.png');
}
.warning_message {
color: #9F6000;
width:300px;
border:0px;
background-image: url('/images/template/warning.png');
}
.error_message {
color: #D8000C;
width:300px;
border:0px;
background-image: url('/images/template/error.png');
}
