/*
.Loading
{
	display:none;
}
*/


.Loading .Overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: #fff;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.Loading .Message
{
	border: solid 5px #fff;
	position: absolute;
	left: 400px;
	top: 200px;
	z-index: 999999;
}

.Loading .MessageContent
{
	background: #fff;
	border: solid 1px #ccc;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
	font-weight: bold;
	font-family: Trebuchet MS, Trebuchet, Verdana;
	font-size: 10pt;
	color: #000;
	text-align: center;
	padding: 20px;
}

.Loading img
{
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.IE6 .Loading img,
.IE7 .Loading img
{
	margin: 0px;
	margin-bottom: 10px;
}

