﻿.waitBox {
    background-color: White;
    border: medium none;
    border-radius: 10px;
    color: black;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 90px;
    left: 50%;
    margin: -40px auto auto -100px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 200px;
    z-index: 999;
}
.loader {
    display: block;
    margin: auto;
    width: auto;
}
#shadowPanel {
    background-color: black;
    bottom: 0;
    left: 0;
    opacity: 0.25;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 998;
}
/*.overlay
{
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color: #485460;
	filter: Alpha(Opacity=50);
	opacity: .2;
	width: 100%;
	height: 500%;
	display: block;
}

.centralimg
{
	background-position: center 40%;
	padding: 55px 0 5px 0;
	overflow: hidden;
	width: 300px;
	color: #000000;
	display: block;
	position: fixed;
	left: 39%;
	top: 40%;
	z-index: 102;
	background-color: #FFFFFF;
	background-image: url(           '../img/loader.gif' );
	background-repeat: no-repeat;
	zoom: 1;
	border: 1px solid #525252;
	text-align: center;
	vertical-align: baseline;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
}

.centralmsg
{
	background-position: center 40%;
	padding: 55px 0 5px 0;
	overflow: hidden;
	color: #000000;
	display: block;
	position: fixed;
	left: 39%;
	top: 40%;
	z-index: 102;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	zoom: 1;
	border: 1px solid #525252;
}*/