
#shadowing
{
    display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: gray;
	z-index:1000;
	opacity:0.6;
	filter: alpha(opacity=60);
}

.shadowing
{
    display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: gray;
	z-index:1000;
	opacity:0.6;
	filter: alpha(opacity=60);
}


#box 
{
	display: none;
	position: absolute;
	margin: 0px auto 0px auto;
	top: 15%;
	left:35%;
	z-index:1001;
}

.box 
{
	display: none;
	position: absolute;
	margin: 0px auto 0px auto;
	top: 97px;
	left:20%;
	z-index:1001;
	background:url(../../imgs/bgPopup.png) no-repeat;
	width:822px;
	height:578px;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
	display:none;
}


