
#shadowing
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:99999999999999999999999999;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 550px;
	height: 330px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:999999999999999999999999999999999;
	overflow: auto;
}

#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 #000;
	background-color: #F9F300;
	color:black;
	text-align:center;
}


