.dialog {
	position: relative;
	margin: 0px auto;
	min-width: 60px;
	max-width: 1800px;
	color: #fff;
	z-index: 1;
	margin-left: 20px;
	margin-bottom: 6px;
	
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
	background-color: transparent;
	background-image: url("../images/dg-black-2000.png");
	background-repeat: no-repeat;
	background-position: top right;
	_background-image:url("../images/dg-black-2000-8.png");
}

.dialog .content {
	position: relative;
	zoom: 1;
	_overflow-y: hidden;
	padding: 20px 20px 0px 0px;
}

.dialog .t {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	margin-left: -20px;
	height: 100%;
	_height:1800px;
	background-position: top left;
}

.dialog .b {
	position: relative;
	width: 100%;
}

.dialog .b, 
.dialog .b div {
	height: 20px;
	font-size: 1px;
	text-align: left;
}

.dialog .b {
	background-position: bottom right;
}

.dialog .b div {
	position: relative;
	width: 20px;
	margin-left: -20px;
	background-position: bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
	position: relative;
}

.dialog .wrapper {
	position: static;
	max-height: 1800px;
	overflow: auto;
}

.dialog h1,
.dialog p {
	margin: 0px;
	padding: 0;
}

.dialog h1 {
	font-size: 12px;
	z-index: 2;
}