#filter
{
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 1002px;
	height:598px;
	/*background-color: #CCA;*/
	background-color:#000000;
	z-index:10;
}
* html #filter{
	position: absolute;

left: expression( (  - filter.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );

top: expression( ( 0 - filter.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
#box 
{
	width:50%; 
	height:auto; 
	background-color:#FFFFFF; 
	border:2px solid #000000;
	padding:2px;
	margin:150px auto auto auto;
	z-index:101;
}
#boxtitle
{
	background-color:#f2f2f2; 
	line-height:25px; 
	color:#333333; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	padding:0px 0px 0px 10px; 
	border-bottom:1px solid #e1e1e1; 
	font-weight:bold; 
	text-align:left; 
	width:auto; 
	height:auto; 
	margin:0;
	}
.my_puzzle_paging
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
line-height:25px;
text-align:center;
}
.my_puzzle_paging a
{
color:#333333;
text-decoration:none;
}
