.dmodal-wrap {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_position: absolute;
}

.dmodal-birdscreen {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	filter: alpha(opacity=60);
	_position: absolute;
}

.dmodal-container {
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	_position: absolute;
}

.dmodal-contents {
	position: relative;
	z-index: 99999;
	width: 400px;
	min-height: 1000px;
	background: #fff;
	margin: 50px auto;
}

a.dmodal-close {
	display: block;
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 24px;
	background: url(img/btn-close.gif) no-repeat;
	width: 39px;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: .6;
	filter: alpha(opacity=60);
}

a.dmodal-close:hover {
	opacity: .9;
	filter: alpha(opacity=90);
}

html.dmodal-on {
	overflow: hidden;
}

html.dmodal-on body {
	_height: 100%;
}
