
#bgFilter
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height:100%;
	background-color: #000000;
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity=70);
}

#box 
{
	display:none;
	float:left;
	position: absolute;
	top: 25%;
	left: 30%;
	width: 400px;
	height:auto;
	padding: 48px 10px 20px 10px;
	margin:0;
	border: 1px solid #fff;
	background-color: #fff;
	z-index:11;
	overflow: none;
}

#box img.close{
	float:right;
	clear:left;
	position:absolute;
	left: 96%;
	top: -10px;
}

#box _regForm, #box _loginForm, #box _cliRegForm {
	display:none;
}

#boxtitle
{
	position:absolute;
	float:left;
	top:0;
	left:0;
	width:395px;
	height:24px;
	padding:0;
	padding-top:14px;
	padding-left:15px;
	margin:0;
	text-align:left;
	font-size:18px;
}