
#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: 30%;
	width: 400px;
	/*height: 250px;*/
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: auto;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:486px;
	height:50px;
	padding:5px;
	left-padding:8px;
	margin:0px;
	line-height:50px;
	border-bottom:4px solid #98823f;
	background-color: #f6f2e6;
	color:#000;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	
}


