
#shadowing
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: fixed;
	top: 20%;
	left: 0;
	width: 980px;
	height: auto;
	padding: 48px;
	margin:0;
	border: 1px solid #fff;
	background-color: white;
	z-index:101;
	overflow: auto;
	border-radius:5px;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	font-family:muli;
	font-size:20px;
	left:0;
	width:496px;
	height:30px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid 7a852f;
	background-color: #0c046a;
	color:white;
	text-align:center;
}


