#popup-outer-wrap {
	z-index: 999999; 
	width: 100%; 
	height: 0; 
	position: absolute; 
	margin: 0 auto; 
	top: 0; 
	text-align: center; 
	display: none;
}
#popup-inner-wrap {
	margin: 32px auto 16px;
}
#popup {
	margin: 0 auto; 
	z-index: 1000;
}
#z-mask {
	display: none; 
	_display: block; 
	_position: absolute; 
	_height: expression(this.parentNode.offsetHeight + 'px');
	_width: 100%; 
	_z-index: 0;
	_zoom: 1;
	_filter: mask;
}
#popup-closer {
	position: absolute; 
	right: 0;
	top: 0;
	padding: 10px 50px 10px 10px;
	background: url('/i/popup/esc.png') right top no-repeat;
	cursor: pointer;
}
#popup-closer span {
	cursor: pointer;
	border-bottom: 1px dashed #9E251C;
	color: #9E251C;
	font-size: 0.86em;
}
#popup-placeholder {
	padding: 40px;
	background: #ffffff;
}
#popup-content-wrap {
	position: relative;
}
.t-tc {
	height: 8px;
	background: url('/i/popup/t-tc.png') left top repeat-x scroll;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/popup/t-tc.png',sizingMethod='crop');
	font-size: 0;
}
.r-tc {
	width: 24px;
	background: url('/i/popup/r-tc.png') left top repeat-y scroll;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/popup/r-tc.png',sizingMethod='crop');
	font-size: 0;
}
.b-tc {
	height: 24px;
	background: url('/i/popup/b-tc.png') left top repeat-x scroll;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/popup/b-tc.png',sizingMethod='crop');
	font-size: 0;
}
.l-tc {
	width: 12px;
	background: url('/i/popup/l-tc.png') left top repeat-y scroll;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/popup/l-tc.png',sizingMethod='crop');
	font-size: 0;
}

.lt-tc {
	height: 8px;
	width: 12px !important;
	background: url('/i/popup/lt-tc.png') left top no-repeat scroll;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/popup/lt-tc.png',sizingMethod='crop');
	font-size: 0;
}
.lt-tc div {
	width: 12px;
	height: 8px;
}

.rt-tc {
	height: 8px;
	width: 24px;
	background: url('/i/popup/rt-tc.png') left top no-repeat scroll;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/popup/rt-tc.png',sizingMethod='crop');
	font-size: 0;
}
.rt-tc div {
	width: 24px;
	height: 8px;
}

.rb-tc {
	height: 24px;
	width: 24px;
	background: url('/i/popup/rb-tc.png') left top no-repeat scroll;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/popup/rb-tc.png',sizingMethod='crop');
	font-size: 0;
}
.rb-tc div {
	width: 24px;
	height: 24px;
}

.lb-tc {
	height: 24px;
	width: 12px;
	background: url('/i/popup/lb-tc.png') left top no-repeat scroll;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/popup/lb-tc.png',sizingMethod='crop');
	font-size: 0;
}
.lb-tc div {
	width: 12px;
	height: 24px;
}