.pop {
	background-color:#FFFFFF;
	position:absolute;
	top:30%;
	left:30%;
	/*margin:120px 179px;*/
	display:none;
	z-index:1010;
	overflow: none;
}
.pop[id]{ /* IE6 and below Can't See This */
	position:fixed;
}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
#overlay[id]{ /* IE6 and below Can't See This */
	position:fixed;
}


