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


#box 
{
	display: none;
	position: fixed;
	top: 5%;	
	width: 500px;
	margin:0;
	left:25%;
	height:75%;
	padding: 30px 40px 10px 70px;
	
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}


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


#box-dl
{
	display: none;
	position: fixed;
	top: 5%;	
	width: 500px;
	margin:0;
	left:25%;
	height:400px;
	padding: 30px 40px 10px 70px;
	
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}




