/* css in index.php */

#Layer_Loading {
	position:absolute;
	color:#000000;
	z-index:1;
	top: 0px;
	background-color:#FFFFFF;
	border:1px dotted #999;
}

DIV.module_col {
margin-bottom:10px;
clear:both;
}

.loading_span {
display:block;
border: 1px solid;
margin:5px;
margin-left:30px;
margin-right:30px;
}

