




/*
     FILE ARCHIVED ON 5:17:19 Jul 24, 2012 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 1:09:31 Jun 10, 2013.
     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 */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	
	min-height:210px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/web/20120724051719/http://loose-canon.fsm-consortium.com/wp-content/plugins/wsi/style/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* close button positioned on upper right corner */
.overlay .close {
	background-image:url(/web/20120724051719/http://loose-canon.fsm-consortium.com/wp-content/plugins/wsi/style/close.png);
	position:absolute;
	right:-31px;
	top:-33px;
	cursor:pointer;
	height:35px;
	width:35px;
}