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


#box 
{
	display: none;
	position: fixed;
	top: 5%;
	left: auto;
	bottom:2%;
	max-width: auto;
	min-width:auto;
	max-height: 600px;
	padding: 48px;
	margin:auto;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: auto;
	font-size: 16px;
}



#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:100%;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid;
	background-color: #cbdf59;
	color:white;
	text-align:center;
}