.popup{
	padding:.5em;
	background:#fff;
	border:2px solid #000;
	position:absolute;
	min-height:2em;
	min-width:2em;
	top:0;
	left:0;
}
.popup iframe{
	width:99%;
	height:99%;
	border:0px;
}

.DOMpop { border-bottom: 1px double #000; }