
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:#666666;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}
/**
#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 540px;
	height: 320px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:1010;
	overflow: none;
}
**/
#box
{
	display: none;
	position: absolute;
	top: 20%;
	/*left: 20%;*/
	width: 100%;
	height: 100%;
	/*padding: 48px;*/
	margin:0;
	border: 0px solid black;
	z-index:1010;
	overflow: none;
	text-align:center;
}
#box2
{
	top: 20%;
	/*left: 20%;*/
	width: 540px;
	height: 410px;
	/*padding: 48px;*/
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:1011;
	overflow: none;
}

#boxtitle
{
	border-bottom:4px solid #000000;
	background-color: #C45355;
	color:white;
	text-align:center;
	font-weight:bold;
	line-height:30px;
}



