﻿p.msg {
	background: #DAF1F3 url(../images/information.png) no-repeat 1em 1.1em;
	border: 0px solid #87CEEB;
	border-top-width: 3px;
	border-bottom-width: 3px;
	padding: 1em 1em 1em 3em;
	margin: 0 0 1em 0;
}

p.alert {
	background-color: #FFFACD;
	background-image: url(../images/error.png);
	border-color: #FFDEAD;
}
p.error {
	background-color: #FFE4E1;
	background-image: url(../images/exclamation.png);
	border-color: #FDBAB3;
}


