﻿#curtainOuter
{
	position: fixed;
	_position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	_height: 100%;
	background-color: #FFFFFF;
	_background-color: #FFFFFF;
	filter: alpha(opacity=30);
	opacity: 0.30;
}

#curtainInner
{
	border-style: solid;
	border-width: 1px;
	padding: 10px 10px 10px 10px;
	position: fixed;
	_position: absolute;
	z-index: 99;
	left: 40%;
	top: 45%;
	width: 150px;
	height: 100px;
	_height: 70px;
	text-align: center;
	background-color: #ffe152;
	background-repeat: no-repeat;
	background-image: url(Images/Progress/loading1.gif);
	background-position: center 20%;
	_background-color: #ffe152;
	_background-repeat: no-repeat;
	_background-image: url(Images/Progress/loading1.gif);
	_background-position: center 20%;
	filter: alpha(opacity=99);
	opacity: 0.99;
}
