div.info, div.success, div.error {
	width: 70%;
	border: 1px solid;
	display:none;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
div.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/icon_info.png');
}
div.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/icon_success.png');
}
div.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/icon_error.png');
}

input.error {
	background: #FFFFD5;
	border: 1px solid red;
}

#messages label.error {
	display:block;
}

textarea.error {
	background: #FFFFD5;
	border: 1px solid red;
}

