﻿
.newRow
	{
		display:block;
		padding:5px;
		padding-bottom:5px;
		padding-top:5px;		
	}	
	
.errorHeader
	{
		font-size:50px;
		font-family:Arial;
		font-weight:bold;
		color:White;
		text-align:center;		
	}
.error_div
{
	background:url(Images/error.gif) no-repeat;
	width:256px;
	height:256px;
	border:0px;
}
.error_text
{
	display:block;
	border:0px;
	color:White;
	font-family:Arial;
	font-size:14px;
	text-align:center;
}


