.globalWrapper{
	background-color:#000000;
	opacity: .8;
	filter: alpha(opacity=80);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
}
.popup{
	position:absolute;
	z-index:3000;
	top:0px;
	left:0px;
	display:none;
	height:500px;
	width:650px;
}