﻿/*
.overlay123
{
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	filter: Alpha(Opacity=10);
	opacity: 0.70;
	-moz-opacity: 0.70;
}
* html .overlay123
{
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +  'px' );
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth +  'px' );
}
.loader123
{
	background-color:Red;
	z-index: 100;
	position: fixed;
	width: 120px;
	margin-left: -60px;
	top: 0px;
	left: 51%;
	height: 17px;
	margin-bottom: 14px;
}
* html .loader123
{
	position: absolute;
	margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) +  'px' );
}

*/
.overlay123
{
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.loader123
{
	background-color:Red;
	z-index: 100;
	position: absolute;
	width: 120px;
	margin-left: -60px;
	top: 0px;
	left: 51%;
	height: 17px;
	margin-bottom: 14px;
}

