﻿#shadowing, #shadowing2, #shadowing3{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity=50);
}
#box, #box2, #box3
{
	/*display: none;
	position: fixed;
	top: 25%;
	left: 36.5%;
	width: 400px;
	height: 300px;
	padding: 50px;
	margin:0;
	border: 1px solid #999;
	background-color: white;
	z-index:10;
	/*overflow: auto;*/
	
	font-family: 'tahoma';
	font-size: 12px;
	
	display: none;
	position: fixed;
	top: 25%;
	left: 36.5%;
	margin:0;
	z-index:10;
	background-image: url('../../Images/20090310.png');
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 120px;
	width: 550px;
	border: 1px solid gray;
	color:  #333333;
}
