@CHARSET "ISO-8859-1";

/* CSS div loading */
.div_loading{
	background: url('/images/gui/trans_black.png');
	position:absolute;
	width: 100%;
	height:100%;
	z-index:400;
	text-align:center;
	display:none;
}
.div_loading img{
	margin-top:20px;	
}
.div_loading h2{
	margin-top:270px;	
	font-size:18px;
	font-family: Verdana;
	color:#fff;
}

.close{
	cursor:pointer;
	position:relative;
	top:-130px;
	left:250px;
}