div.info, div.success, div.warning, div.error, div.validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
}
div.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/gfx/msg_info.png');
}
div.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('/gfx/msg_success.png');
}
div.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/gfx/msg_warning.png');
}
div.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/gfx/msg_error.png');
}
div.validation {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('/gfx/msg_validation.png');
}
label.error {
	color: #D8000C;
    padding:1px;
    margin-left:5px;
    font-weight:bold;
}