
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;	
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
    display: none;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 101;
}
/*
#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:100%;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3C3;
	background-color: #3c3;
	color:white;
	text-align:center;
}
*/

