
#shadowing
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #232323;
	z-index:10;
	opacity:0.4;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: fixed;
	top: 170px;
	left: 33%;
	width: 400px;
	height: 200px;
	padding: 60px 0px 0px 50px;
	margin:0;
	border: 1px solid #f78f1e;
	background-color: white;
	z-index:101;
	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 #f78f1e;
	background-color: #5f6062;
	color:white;
	text-align:center;
}


