html, body{
	height: 100%;}
#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:400px;
	height:200px;
	margin:-200px 0 0 -200px;
	background:#6a1a7a url(/common/Img/modalBkgnd.jpg) no-repeat center -100px;
	color:#FFFFFF;
	text-align:center;
	padding:40px;}
#lightbox[id]{
	position:fixed;}
#lightbox a{
	padding:15px 0;
	display:block;
	color:#fff;}
.modalLogo{
	margin:15px 0 0 ;}
.modalprocess{
	margin:10px 0 20px;}
.modalprocess img{
	width:193px; /* workaround an IE bug -- IE shrinks the imaage to less than 20 px*/
	height:43px;}
	
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);}
#overlay[id]{position:fixed;}

.hidden{display:none;}
