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



#box 
{
  display: block;
  position:fixed;
  top: 15%;
  left: 22%;
  width: 50%;
  min-width: 40%;
  height: 60%;
  max-height:400px; 
  padding: 0;
  margin:0;
  border: 0px solid;
  background-color: white;
  z-index:11;
  overflow: auto;
  border-radius:0px;
  box-shadow:1px 0px 2px 2px #f0ffff;
  
}


#boxclose
{
	
	float:right;
	
	
}