.error, #flash_error, .note, #flash_note, #infobox {
	text-align: center;
	margin: 0 0px 15px 0px;
	font-size: 1.2em;
	border-left: 0px;
	border-right: 0px;
}
.note, #flash_note, #infobox {
	border-top: 1px solid #9c9;
	border-bottom: 1px solid #9c9;
	padding: 5px 5px 5px 30px;
	color: #060;
	background: url(/images/alertgood_icon.gif) #E2F9E3 left no-repeat;
}

.error, #flash_error {
	font-weight: bold;
	border-top: 1px solid #132b0a;
	border-bottom: 1px solid #132b0a;
	padding: 5px 5px 5px 27px;
	background: url(/images/alertbad_icon.gif) #c00 left no-repeat;
	color: #fff;
}

strong.error {
    display:block;
    margin: 5px 0 5px 0;
}
p.warn, span.warn {
	color: #f00;
}