
#shadowing
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#box 
{
	display: none;
	position: fixed;
	top: 20%;
	left: 20%;
	width: 850px;
	height: 450px;
	padding: 0px;
	margin:0;
	-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px; 
	
	background-color:#fff;
	z-index:101;
	overflow: auto;
}
.title1{
	background:#003; 
	height:80px; 
	margin:0px; 
	padding:0px;
	
}

.middle{
	padding:0px;
	background:#3F9; 
	height:200px; 
	margin:0px; 
	
	}
.bottom{
	background:#930; 
	height:80px; 
	margin:0px; 
	padding:0px;
	
}

