

div#dnBoxes {
	display: none;
	position: fixed;

	left: 50%;
	top: 40px;

	margin-left: -400px;
	width: 800px;
	height: 400px;

	background: #050d55;
	border: 1px solid #fff;

	overflow: hidden;
	z-index: 20000;
}

div#dnBoxes div {
	display: none;
	float: left;

	width: 760px;
	height: 360px;

	padding: 20px;
	overflow: auto;
}

div#dnLinks { text-align: center; }
div#dnLinks a { margin: 0 4px; }

a#dnClose {
	display: block;
	position: absolute;

	left: 0px;
	bottom: 0px;

	width: 100px;
	height: 20px;

	padding: 2px 6px;

	font-size: 12px;
	line-height: 20px;

	color: #fff;
	background-color: #050d55;

	text-decoration: none;
	cursor: pointer;
}

a#dnClose span { color: #d00; font-weight: bold; margin-right: 4px; }