.popup-shade {
	background-color:#333;
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:200;
	opacity:0.3;
	-khtml-opacity:0.3;
	-moz-opacity:0.3;
}
.popup {
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1001;
}
.popup .inner {
	display:table;
	height:100%;
	margin:0 auto;
}
.popup .inner .box {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.popup .inner .win {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.popup .inner .win .rel {
	position:relative;
	background-color:#fff;
}
.popup .inner .win .rel .c-tl {
	position:absolute;
	width:24px;
	height:24px;
	top:-24px;
	left:-24px;
	background:url('../images/popup/pu24.png') left -24px no-repeat;
}
.popup .inner .win .rel .c-tr {
	position:absolute;
	width:24px;
	height:24px;
	top:-24px;
	right:-24px;
	background:url('../images/popup/pu24.png') -24px -24px no-repeat;
}
.popup .inner .win .rel .c-br {
	position:absolute;
	width:24px;
	height:24px;
	bottom:-24px;
	right:-24px;
	background:url('../images/popup/pu24.png') -24px -48px no-repeat;
}
.popup .inner .win .rel .c-bl {
	position:absolute;
	width:24px;
	height:24px;
	left:-24px;
	bottom:-24px;
	background:url('../images/popup/pu24.png') left -48px no-repeat;
}
.popup .inner .win .rel .l-t {
	position:absolute;
	height:24px;
	left:0;
	right:0;
	top:-24px;
	background:url('../images/popup/pu24.png') left -72px repeat-x;
}
.popup .inner .win .rel .l-r {
	position:absolute;
	width:24px;
	right:-24px;
	top:0;
	bottom:0;
	background:url('../images/popup/pu24.png') -24px -120px repeat-y;
}
.popup .inner .win .rel .l-b {
	position:absolute;
	height:24px;
	left:0;
	right:0;
	bottom:-24px;
	background:url('../images/popup/pu24.png') left -96px repeat-x;
}
.popup .inner .win .rel .l-l {
	position:absolute;
	width:24px;
	left:-24px;
	top:0;
	bottom:0;
	background:url('../images/popup/pu24.png') left -120px repeat-x;
}
.popup .close {
	position:relative;
	width:100%;
	height:0;
}
.popup .close .btn {
	position:absolute;
	right:-18px;
	top:-18px;
	width:24px;
	height:24px;
	cursor:pointer;
	background:url('../images/popup/pu24.png') left top no-repeat;
}
.popup .close .btn:hover {
	background-position:-24px top;
}