#shadowing
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity=70);
}
#box
{
	display: none;
	position: fixed;
	top: 5%;
	left: 20%;
	width: 750px;
	height: 700px;
	padding: 10px;
	text-align: justify;
	margin:0;
	border: 1px solid black;
	background-color: #a1a1a1;
	z-index:101;
	overflow: auto;
	font-family: 'Bembo';
	font-size: 12px;
}
