
#shadowing
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height:100%;
	background-color: #000000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: absolute;
	top:20%;
	left:40%;
	bottom:100%;
	width:335px;
	height: 306px;
	margin:0 auto;
	padding:0px 0px 20px 35px;
	background-image:url(../images/pop_bg.png);
	background-repeat:no-repeat;
	z-index:101;
	overflow: auto;
}


.close {	
	position:absolute;
	right:0px;
	width:auto;
	height:auto;
	margin:13px 30px 0px 0px;

}




