﻿#boxen_overlay
{
	background-color:#000;
    left:0;
	position:absolute;
    top:0;
    z-index:10000;
}

#boxen_container
{
    display:none;
	left:50%;
	margin:0;
	overflow:visible;
	padding:0;
	position:absolute;
	top:50%;
	z-index:10001;
}

#boxen_content
{
	height:100%;
	overflow:visible;
	width:100%;
}

#boxen_content iframe, #boxen_content, #boxen_container, #boxen_content_area, #boxen_content iframe html, #boxen_content iframe html body
{
	background:transparent;
}

body #boxen_content iframe
{
	overflow:auto;	
}
