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


#box1 
{
	display: none;
	position: fixed;
	top: 15px;
	left: 20%;
	width: 700px;
	height: 80%;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	 border-radius: 10px;
	background-color: white;
	font-size : 100%;
	z-index:101;
	overflow: auto;
	
}

#boxtitle1
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:100%;
	font-size : 110%;
	height:24px;
	padding:0;
	padding-top:4px;
	padding-left:8px;
	margin:0;
	border-bottom:4px solid silver;
	background-color: #FF8C00; 
	color:black;
	font-size : 100%;
	text-align:left;
}


