#alert
{
	overflow: hidden;
	z-index: 999;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 0;
	color: #790;
	font: 20px/40px arial, sans-serif;
	opacity: .9;
	border-bottom:1px solid #cecece;
}

#alertError
{
	overflow: hidden;
	z-index: 999;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 0;
	color: red;
	font: 20px/40px arial, sans-serif;
	opacity: .9;
	border-bottom:1px solid #cecece;
}