
/* Flash */

div.flash {
	width: 439px;
	border: 1px solid #999;
	background-color: #DDD;
	padding: 15px;
	padding-left: 62px;
	margin: 2em 0;
	min-height: 32px;
}

.row div.flash {
	width: 433px;
	float: left;
}

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

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

div.flash.success {
	background: #e7f4d9 url(../img/icon-success.png) 15px 15px no-repeat;
	border-color: #44B333;
}

div.flash.failure {
	background: #fbe0d9 url(../img/icon-error.png) 15px 15px no-repeat;
	border-color: #e37624;
}

div.flash.notice {
	background: #ddf0f2 url(../img/icon-notice.png) 15px 15px no-repeat; ;
	border-color: #55b5bc;
	color: #333;
}

div.flash.failure h2 {
	color: #F53C00;
}

div.flash.success h2 {
	color: #44B333;
}

div.flash.notice h2 {
	color: #3e858a;
}

div.flash.failure ul {
	list-style: none;
	margin-left: 0;
}

div.flash.failure li {
	padding-left: 1.5em;
	background: url(../img/flash-failure-bullet.png) left 0.4em no-repeat;
}



