#popup {
	position: absolute;
	top:35%;
	left:50%;
	z-index:9999;
	width:655px;
	height:379px;
	margin:-220px 0 0 -250px;
	background:#fff;
	text-align:left;
}
#overlay{
	position:absolute;
	top:30;
	left:0;
	width:100%;
	height:100%;
	z-index:2000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
