/* style for the cover to gray out CFrame/MFrame when iframe1 is displayed 	*/
/* courtesy of http://www.dynamicdrive.com/forums/showthread.php?t=17849 	*/
#cover {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:gray;
	filter:alpha(Opacity=50);	/* IE */
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5
	}
