
#filter
{
	display: none;
	position: absolute;
	top:0;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:10;
}


#box 
{
	display: none;
	position: absolute;
	top: 20px;
	left: 20%;
	width: 400px;
	height: 200px;
	padding: 48px;
	margin:0;
	background-color: white;
	z-index:101;
	overflow: none;
	border:4px solid #663A17;
}
#box td
{
	padding:10px;
	font-size: 11px;
}
#box table
{
	width:500px !important;
	margin-left:-30px !important;
}

#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 #8C601D;
	background-color:#473A3B;
	color:white;
	text-align:center;
	font-size: 16px;
}



