

fieldset {padding:5px;}
#filter
{
	display: none;
	overflow:hidden;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity=70);
}


#box 
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 650px;
	

	border: 1px solid black;
	background-color: white;
	z-index:101;



 
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
 
   top: 0;
  right:0;
  bottom: 0;
  left: 0;

}


#box2
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 550px;
	height: 780px;
	
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  margin: auto;
  
}




