/* the overlayed element */
div#voverlay {
	background-image:url(../images/back.png);
	width:605px;
	height:457px;
	display:none;
	padding:20px;
	z-index:2010000000000000;
}

div#vcontainer{
	left:0;
	top:0;
	width:100%;
	height:100%;	
	background:url(../images/loading.gif) no-repeat 50% 50%;
	z-index:200000000000;
}
