IFRAME {
	padding:0;
	margin:0;
}

#boxen_overlay {
	background-color: #000;
	position: absolute;
	z-index:1000;
}

#boxen_container {
	padding:0;
	margin:0;
	position: absolute;
	overflow:hidden;
	text-align:left;
}

#boxen_close_button {
	background: transparent url(../images/spacer.gif) no-repeat scroll 0 0; */
	border: none;
	right:5px;
	top:5px;
	cursor:pointer;
	height:15px;
	width:15px;
	position: absolute;
	outline: none;
}

#boxen_close_button:hover {
	/* background-position: 0 -19px; */
}

#boxen_close_button span {
	
}

#boxen_content {
	background:transparent;
	overflow:hidden;
	width: 100%;
	height: 100%;
	padding:0;
	margin:0;
	text-align:left;
}

#boxen_titlebar {
	background-color: #ccc;
	font-weight: bold;
	position: relative;
	display:none;
}



#boxen_big_iframe {
	overflow:hidden;
	padding:0;
	margin:0;
}