




/*
     FILE ARCHIVED ON 6:54:23 Jul 29, 2010 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:44:07 Feb 11, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* the overlayed element */
div#voverlay {
	
	/* growing background image */
	background-image:url(/web/20100729065423/http://www.childrenswaterfund.org/engine/images/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:500px;
	height:410px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:35px;
}

/* default close button positioned on upper right corner */
div#voverlay div.close {
	background-image:url(/web/20100729065423/http://www.childrenswaterfund.org/engine/images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div#vcontainer{
	left:0;
	top:0;
	width:100%;
	height:100%;	
	background:url(/web/20100729065423/http://www.childrenswaterfund.org/engine/images/loading.gif) no-repeat 50% 50%;
}
