﻿body 
{
	
}

.loader {
	position: fixed;
	left: 0px;
	top:0px;
	width:100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/loading.gif') 50% 50% no-repeat rgb(249,249,249);
}


   .modal
{
	position: fixed;
	top: 200;
	left: 200;
	background-color:red;
	z-index: 99;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	min-height: 100%;
	width: 100%;
}
    .loading
    {
        font-family: Arial;
        font-size: 10pt;
        border: 1px solid red;
        width: 200px;
        position:absolute; 
        height: 0px;
        left:500; 
        top:500; 
        display:none; 
        background-color: White;
        z-index: 999;
    }