#boxen_overlay {
	background-color: #000;
	position: absolute;
}

#boxen_container {
	padding: 4px;
	margin: 0;
	position: absolute;
	background-color: #ccc;
	overflow: visible;
	-moz-border-radius: 3px 3px;
}

#boxen_close_button {
	/* background: transparent url("close_btn.png") no-repeat scroll 0 0; */
	background-image: url("images/close_btn.png");
	background-repeat: no-repeat;
	/* border: 1px solid #000000; */
	height: 19px;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 53px;
	outline: none;
	font-family: Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
	color: #D90000;
}

#boxen_close_button a {
	font-family: Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
	
}

#boxen_close_button:hover {
	/* background-position: 0 -19px; */
	font-family: Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
	color: #db4848;
}

#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 {
	
}