	/* transparent box */ 
	div.transbox
	{
	font: 15pt Verdana;
	height:100%;
	width:100%;
	margin:0px 0px;
	border:none;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:0.8;
	background:#ffffff; 
	position:fixed; 
	z-index:200;
	}	