body {
	padding: 0;
	margin: 0;
}

.container {
	width: 866px;
	margin: 100px auto auto;
}

.top_bg {
	width: 866px;
	height: 36px;
	float: left;
	background: url(../images/popup_shadow_top.png) no-repeat;
	
}

.left_bg {
	width: 36px;
	height: 527px;
	float: left;
	background: url(../images/popup_shadow_left.png) no-repeat;
}

.mid {
	width: 794px;
	height: 527px;
	float: left;
}

.right_bg {
	width: 36px;
	height: 527px;
	float: left;
	background: url(../images/popup_shadow_right.png) no-repeat;
}

.bottom_bg {
	width: 866px;
	height: 36px;
	float: left;
	background: url(../images/popup_shadow_bottom.png) no-repeat;
}

#centerPop {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
}

#centerPop .container .top div {
	z-index: auto;
	position: absolute;
}

