#popup {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#popup #overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background:#000;
	filter:alpha(opacity=75);
	opacity: 0.75;
}

#container {
	position: relative;
	margin:0 auto;
	top: 60px;
	left: 0;
	width: 1000px;
	height:auto;
	z-index: 2000;
	text-align: center;
	background:#fff;
}

#box .close { 
position:relative;
top:-25px;
left:-25px;
background:url(../images/popup_x.png) top left no-repeat;
width:25px;
height:25px;
}

#container #box {
	position: relative;
	background-color: #fff;
	width: 450px;
	height: 450px;
	margin: 0 auto;
	padding:15px;
	top:30%;
	left:0;
}

#box #iframe {
position: relative;
background: #fff;
width: 80%;
height: 600px;
margin: 0 auto;
padding:15px;
top:30%;
left:0;
}