﻿.modal
{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 99;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	min-height: 100%;
	width: 100%;
}
.loading
{
	font-family: Arial;
	font-size: 10pt;
	border: 0px solid #d5d5d5;
	width: 400px;
	height: 250px;
	display: none;
	position: fixed;
	background-color: #e5e5e5;
	padding: 3px 0px 2px 0px;
	z-index: 999;
}

