.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%;
	height: 100%;
	background: #FFFFFF;
	filter: alpha(opacity =   80);
	opacity: 0.80;
	z-index: 98;
	display: none;
}

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

.light-box-response {
	padding: 15px;
	color: #848587;
	font-family: arial;
	font-size: 11px;
	text-align:left;
	display:none;
}

#light-box-while-loading{
	display:none;
	text-align:center;
}
#lightbox-loading{
	margin:40px auto;
}

#inside-data{
	position:relative;
	zoom:1;
	left:0;
	top:0;
}

#inside-data-right{
	width:17px;
	position: absolute;
	top:0;
	right:0px;
	height:100%;
}

#inside-data-left {
	min-width:500px;
	_width:500px;
	padding-right:30px;
}

.lightboxmenuitem_act, .lightboxmenuitem_no {
	margin-bottom: 16px;
}

#light-box-close {
	position: relative;
	height:15px;
	margin:auto;
	width: 126px;
	
}
.light-box-close-inner{
	position:absolute;
	right:0;
	top:0;
	text-align:center;
	width:16px;
	height:16px;
}

/*
#light-box-close {
	position: relative;
	height:15px;
	margin:auto;
	width: 126px;
	text-align:center;
}
.light-box-close-inner{
	text-align:center;
	width:13px;
	height:13px;
	border:1px solid #000000;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
*/


.lightboxmenuitem_act a {
	color: #FFFFFF;
	font-weight:bold;
	display:block;
	width:16px;
	height:16px;
	border: 1px solid #000000;
	background-color:#F29400;
	text-align:center;
	line-height:16px;
	font-size:11.4px;
}

.lightboxmenuitem_no a {
	color: #FFFFFF;
	font-weight:bold;
	display:block;
	width:16px;
	height:16px;
	border: 1px solid #000000;
	background-color:#848587;
	text-align:center;
	line-height:16px;
	font-size:11.4px;
}
