body

{

	overflow: auto;

}



#mask

{

	background-color: #000000;

	position: absolute;

	top: -10px;

	left: -10px;

	width: 105%;

	height: 105%;

	z-index: 200;

	overflow: hidden;

    opacity: .50; 

    filter: alpha(opacity=50); 

}



.popup

{

	border: 2px solid #807d57;

	background-color:#eeeeed;

	position: absolute;

	top: 20%;

	left: 30%;

	z-index: 250;

	display: none;

}