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

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

#boxen_close_button {
	background: transparent url(closelabel.gif) no-repeat scroll 0 0;
	border: none;
	height: 22px;
	position: absolute;
	right: 14px;
	top: 18px;
	width: 66px;
	outline: none;
}

#boxen_close_button:hover {
	background: transparent url(closelabel.gif) no-repeat scroll 0 0;
	border: none;
	height: 22px;
	position: absolute;
	right: 14px;
	top: 18px;
	width: 66px;
	outline: none;
}

#boxen_close_button span {
	
}

#boxen_content {
	background-color: #ffffff;
    background-image: url(ajax-loader.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
	overflow: visible;
	width: 100%;
	height: 100%;
}

#boxen_titlebar {
	background-color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 10px 0 0 6px;
	position: relative;
	min-height: 36px;
}

#boxen_title {
	
}