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

#boxen_container {
	padding: 4px;
	margin: 0;
	position: absolute;
	background-color: #E3E3E3;
	overflow: visible;
}

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

#boxen_close_button:hover {
	background-position: 0 -18px;
}

#boxen_close_button span {}

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

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

#boxen_title {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #03c; 
	background-color: inherit;
	line-height: 16px;
}
