
#shadowing
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height:100%;
	background-color: #000000;
	z-index:10;
	opacity:0.8;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: fixed;
	top:20%;
	left:30%;
	width:800px;
	height: 563px;
	margin:0;
	padding:0px 20px 20px 20px;
	background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	background-repeat:no-repeat;
	z-index:101;
	overflow: auto;
}


.close {	
	position:absolute;
	right:0px;
	width:auto;
	height:auto;
	margin:10px 10px 0px 0px;

}






