#popup {
	visibility:hidden;
	position: absolute;
	left: 100px;
	top: 60px;
	z-index:5
}

#newpopwin {
	width:629px;
	height:649px;
	background: #dd8;
	padding:4px 4px 4px 4px;
	border:3px double #333;
	color:#555;
	text-align:center;
	font-size:8pt;
}


.closebox{
	margin:4px;
	background: url(./super2h2d_pop.jpg) no-repeat;
	width:621px;
	height:621px;
}
.closebox a{
	display:block;
	width:621px;
	height:621px;
	margin:0px;
}

