.light-box_popup {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 99;
	display: none;
	text-align: center;
}

.light-box_popup_inner_back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #FFFFFF;
	filter: alpha(opacity =   80);
	opacity: 0.80;
	z-index: 98;
	display: none;
	height: 100%;
}

.light-box_popup_inner { 
	z-index: 100;
	background: #FFFFFF;
	width: 640px;
	margin:0 auto;
	border: 1px solid #000000;
	height:auto;
	position:relative;
}

.light-box_popup_close { 
	height:16px;
	width:16px;
	position:absolute;
	right:-16px;
	top:-16px;
	z-index: 101;
	cursor:pointer;
}
