#filter
{   
    background-color:#000000; 
	position: absolute;
	display: none;
	margin-right:0px;
	top: 0%;
	left: 0%;
	width: 1000%;
	height: 1440px;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#filter_r
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 800px;
	background-color: #000000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#box 
{
	display: none;
	 background-color:#000000;
	position: absolute;
	top: 35%;
	left: 35%;
	width: 355px;
	padding: 35px;
	padding-left:13px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:200;
	overflow: none;
}
#box_r
{
	display: none;
	position: absolute;
	top: 25%;
	left: 17%;
	width: 355px;
	
	padding: 25px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:403px;
	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;
}

#boxclose
{
	position:absolute;
	float:left;
	top:0;
	left:0;
	width:23px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	margin-left:366px;
	color:white;
	text-align:center;
}

