
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity=70);
}


#box 
{
	display: none;
	position: absolute;
	top: 10%;
	left: 32%;
	margin-left: auto;
  margin-right: auto;
	width: 450px;
	height: 400px;
	padding: 10px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}
#box2
{
	display: none;
	position: absolute;
	top: 10%;
	left: 32%;
	margin-left: auto;
  margin-right: auto;
	width: 450px;
	height: 400px;
	padding: 10px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}



