﻿#errorContainer
{
	display:none;
}

#errorBack
{
	height:100%;
	width:100%;
	background-color:Black;
	-moz-opacity:0.5;
	opacity: .5;
	filter: alpha(opacity=50);	
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}

#errorInner
{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}

#errorMessage
{
	width:300px;
	height:150px;
	margin:auto;
	position:relative;
	top:250px;
	z-index:10;
	background-color:White;
}