
div.fade {
	/**** ie6 ****/
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 2000px;
	z-index: 500;
	background: url(ximages/30k.png);
}
div.close {
	/**** ie6 ****/
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 2000px;
	z-index: 900;
	background: url(ximages/1px.png); /* somehow ie7 needs this */
	margin: 0;
	padding: 0;
}
body > div.close {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 900;
	background: url(images/1px.png); /* somehow ie7 needs this */
	margin: 0;
	padding: 0;
}
body > div.fade {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 500;
	background: url(images/30k.png);
}
.popwrap {
	display: inline-block;
}
span.box_top {
	background: url(images/pop_top_bg.png) no-repeat 00;
	padding: 0 220px 15px 0;
	position: absolute;
	margin-top: -40px;
	z-index: 1000;
}
span.box_bottom {
	background: url(images/pop_bottom_bg.png) no-repeat 0px 100%;
	padding: 0 0 5px 0;
	position: absolute;
}
span.box_top_close {
	width: 220px;
	height: 15px;
	background: url(images/1px.png); /* somehow ie7 needs this */
	position: absolute;
	cursor: pointer;
	z-index: 2000;
}
span.pop {
	font-size: 12px;
	line-height: normal;
	background: url(images/pop_bg.png) no-repeat 0px -25px;
	display: block;
	margin: 15px 0 10px 0;
	padding: 5px 20px 0px 30px;
	width: 170px;
	z-index: 1000;
	min-height: 65px;
}
