@charset "utf-8";
/* CSS Document */
#displayhere1 { 
	z-index: 1000;
	background-color: #333;
	position: fixed;
	filter: alpha(opacity=65);
	opacity: 0.65;
	top:0;
	left:0;
	bottom: 0;
	width:100%; 
}
#chftd1 {
	z-index: 1001;
	filter:alpha(opacity=100);
	opacity:100;
	position: absolute;
 	left: 50%;
 	top: 80px;
	margin-left: -392px; /*-292px;*/
	width: 584px;
}
#displayhere2 { 
	z-index: 1002;
	background-color: #000;
	position: fixed;
	filter: alpha(opacity=45);
	opacity: 0.45;
	top:0;
	left:0;
	bottom: 0;
	width:100%; 
}
#chftd2 {
	z-index: 1003;
	filter:alpha(opacity=100);
	opacity:100;
	position: absolute;
 	left: 50%;
 	top: 15px;
	margin-left: 40px; /*-243px;*/
	width: 430px;
}
