#popup {
	width: 1000px;
	height: 650px;
	position: absolute;
	bottom: 50%;
	right: 50%;
	z-index: 200000;
}

#popupinner {
	width: 1000px;
	height: 650px;
	position: absolute;
	bottom: -50%;
	right: -50%;
	background-color: #fff;
	padding: 0 10px;
	color: #333;
}

#popupinner * {
	color:#333;
}

#popupinner .top_left {
	position: absolute;
	top: -10px;
	left: 0;
	width: 10px;
	height: 10px;
	z-index: -1;
}

#popupinner .top_right {
	position: absolute;
	top: -10px;
	right: 0;
	width: 10px;
	height: 10px;
	z-index: -1;
}

#popupinner .bottom_left {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 10px;
	height: 10px;
	z-index: -1;
}

#popupinner .bottom_right {
	position: absolute;
	bottom: -10px;
	right: 0;
	width: 10px;
	height: 10px;
	z-index: -1;
}

#popupinner .top_middle {
	position: absolute;
	background-color: #fff;
	top: -10px;
	left: 10px;
	width: 1000px;
	height: 10px;
	z-index: -1;
}

#popupinner .bottom_middle {
	position: absolute;
	bottom: -10px;
	left: 10px;
	background-color: #fff;
	width: 1000px;
	height: 10px;
	z-index: -1;
}