html, body, iframe { margin:0; padding:0; height:100%; }
iframe { display:block; width:100%; border:none; float: left; }
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

#box {
	margin: 0 auto;
	width: 520px;
	height: 400px;
	padding:10px;
	background: white url(images/overlay_background.gif) no-repeat bottom right;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	}
	
#popup {
	margin: 0 auto;
	padding: 10px;
/*	background: white url(images/overlay_background.gif) no-repeat bottom right; */
	width: 520px;
	height: 520px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	}
#lightwindow p {
	padding: 0 30px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
	}
#lightwindow_title_bar_inner {background: #fff;}
a#lightwindow_title_bar_close_link {
	text-indent: -3000px;
	position: relative;
	background: transparent url(images/close.gif) no-repeat 0 0;
	width: 50px;
	height: 15px;
	text-align: left;
	top: 10px;
	left: -10px;
}
a#lightwindow_title_bar_close_link:hover {
	background: transparent url(images/close.gif) no-repeat 0 -15px;
	width: 50px;
	height: 15px;
}