﻿#waitbox { position: fixed; top: 0; left: 0; height: 100%; width: 100%; margin: 0; padding: 0; line-height: 100%; vertical-align: middle; text-align:center; z-index: 1000; background: rgba(100,100,100,0.2); }
#waitbox.inactive { visibility: hidden; }
#waitbox .loading 
{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 75px;
	margin-top: -75px;
	margin-left: -100px;
	cursor: default;
	overflow: hidden;
	z-index: 1104;
	display: none;
	display: block;
	border: 1px solid #555;
	color: #000;
	
	line-height: 50px;
	vertical-align: middle;
	background: #fff;
	
	opacity:0.9; filter:alpha(opacity=90);
}

#waitbox .loading .Header 
{
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 24px;
  padding-left: 40px;
  line-height: 24px;
  vertical-align: middle;
  text-align: left;
  border-bottom: 3px double #000;
  font-weight: bold;
}

#waitbox .loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	display: block;
}

.waitboxButtonDisabled {
	background-color: grey !important;
}