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

#boxen_container {
	margin: 0;
	position: absolute;
	background-color: #FFFFFF;
	overflow: visible;

}

#boxen_close_button {
	background: transparent url(http://www.displax.com//js/jquery/boxen/images/close_btn.png) no-repeat scroll 0 0;
	border: none;
	height: 25px;
	position: absolute;
	right: 20px;
	bottom: 3px;
	width: 25px;
	outline: none;
}

/*#boxen_close_button:hover {
	background-position: 0 -19px;
}*/

#boxen_close_button span {
	
}

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

#boxen_titlebar {
	background-color: #ccc;
	font-weight: bold;
	padding: 0 0 6px 2px;
	position: relative;
	min-height: 16px;
}

#boxen_title {
	
}