
#filter
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #444444;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: fixed;
	top: 5%;
	left: 32%;
	width: 410px;
	height: 665px;
/*	padding: 48px;
	margin:0;
	background-color: #EEEEEE;*/
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:446px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:1px solid #DDDDDD;
	text-align:center;
}



