
div.flash {
	background: #d5e6ff url(../img/icon-notice.png) 15px 15px no-repeat; 
	padding: 15px;
	padding-left: 58px;
	margin: 2em 0;
	min-height: 32px;
	color: #333;
}

div.flash h2 {
	margin-top: 0;
	border-top-width: 0;
	color: #555;
}

div.flash p {
	margin-top: 0;
}

div.flash.success {
	background-image: url(../img/icon-success.png);
	background-color: #d9ffe1; 
}

div.flash.failure {
	background-image: url(../img/icon-error.png);
	background-color: #ffd5d7;
}

div.flash.notice {
	background-image: url(../img/icon-notice.png);
}

div.flash.failure ul {
	list-style: none;
	margin-left: 0;
	font-size: 1em;
	margin-top: 1em;
}

div.flash.failure li {
	color: #555;
	font-weight: bold;
}