/* NO SCRIPT */
.ScriptErrorBox
{
	position: fixed;
	width: 450px;
	height: 150px;
	background-color: #EAEAEA;
	border: 4px solid #fff;
	left: 40%;
	margin-left: -125px;
	top: 30%;
	margin-top: -20px;
	text-align: center;
	z-index: 99999999;
	font-size: 14px;
	color: #000000;
	font-family: Arial;
}

.ScriptOff
{
	background-color: #000000;
	filter: alpha(opacity=50); /* IE */
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity: 0.50; /* FireFox */
	z-index: 9999999;
	height: 250%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #000000;
}