@charset "utf-8";
/* CSS Document */
.mask_load {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
.box_loading{
	overflow:hidden;
	width:200px;
	height:50px;
	margin-left:-100px;
	display:none;
	background-color:#FFF;
    z-index:9999;
	left:50%;
    top:0;
	position:absolute;
}
.box_loading div{
	margin-left: 70px; margin-top: 20px;
}
.box_loading div .icon_load{
	position:absolute;
	left: 55px;
}

#url_loading{
	overflow:hidden;
	width:100px;
	height:100px;
	/*padding:10px;*/
	margin-left:-50px;
	display:none;
	background:url(../../images/load_100.gif);
    z-index:9999;
	left:50%;
    top:0;
	display:none;
	position:absolute;
}

#lightbox{
	position: absolute;
	top: 0;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	padding:10px;
	background: #fff;
	z-index: 1001;
	display: none;
	/*overflow:hidden;*/
	
}
#lightbox #close-lightbox
{
	background-image:url(../../images/close.png);
	width:32px;
	height:32px;
	cursor:pointer;
	float:right;
	clear:both;
	position:absolute;
	left:98%;
	top:-15px;
}
#lightbox-shadow {
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
/*	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;*/
	z-index: 1000;
	display: none;
}
body.shadow-box{ overflow:hidden;}
