﻿#divLoadingPanel
{
	margin: auto;
	position: absolute;
	z-index: 5;
	text-align: center;
	background-color: White;
	width: 100%;
	visibility: hidden;
}

#divLoadingPanel table
{
	width: 500px;
	height: 100%;
}

#divLoadingPanel table tr td
{
}

