
div.flash {
	width: 385px;
	background: #e5f5ff url(../img/icon-notice.png) 15px 15px no-repeat; 
	padding: 15px;
	padding-left: 58px;
	margin: 2em 0;
	min-height: 32px;
}

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);
}

div.flash.failure {
	background-image: url(../img/icon-error.png);
}

div.flash.notice {
	background-image: url(../img/icon-notice.png);
	color: #333;
}

div.flash.failure ul {
	list-style: none;
	margin-left: 0;
	font-size: 1em;
	margin-top: 1em;
}

div.flash.failure li {
	padding-left: 1.5em;
	background: url(../img/flash-failure-bullet.png) left 0.4em no-repeat;
	color: #555;
	font-weight: bold;
}
