div#dc_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}

div#dcbox {
	position: fixed;
	z-index: 1010;
}
	div#dcbox a.close {
		float: right;
		margin-bottom: 7px;
	}
	div#dcbox img {
		float: right;
		clear: right;
	}

span.dcbox-loading {
	background: #000 url(../images/dcbox/ajax-loader.gif) no-repeat scroll center center;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}