body {
	text-align: center;
}
.errorshow {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #FF0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#lError {
	position:relative;
	margin-left:5;
	margin-top:0;
	top:0px;
	left:0px;
	width:500px;
	height:15px;
	z-index:1;
}
