#boxen_overlay {
	background-color: #000;
	position: absolute;
	right: -10px;
}

#boxen_container {
	padding: 2px;
	margin: 0;
	position: absolute;
	background-color: #A8A8A8;
	overflow: visible;
	-moz-border-radius: 3px 3px;
}

#boxen_close_button {
	background:  url(/content/images/close_btn.png) no-repeat scroll 0 0;
	border: none;
	height: 30px;
	position: absolute;
	right: -10px;
	top: -10px;
	width: 30px;
	outline: none;
}

#boxen_content {
	background-color: #fff;
	overflow: visible;
	width: 100%;
	height: 100%;
}