#flash-0, #flash-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #f5dada;
	text-align: center;
	font: 2em Verdana, sans-serif;
	line-height: 2.5em;
	color: #cc0000;
	border-bottom: 1px solid #cc0000;
	z-index: 1000;	
}

#flash-1 {
	background-color: #daf5dd;
	color: green;
	border-bottom: 1px solid green;
}
