@charset "utf-8";
/* CSS Document */


#shadowing
{
	position: fixed;
	display:none;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	height:100%; /* IE6: treaded as min-height*/
	background-color: #CCA;
	z-index:1000;
	opacity:0.5;
	filter: alpha(opacity=50);

}


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

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

