#jsloading_parent {position: fixed; top: 0px; width: 100%; height: 100%;}
	#jsloading_parent.display_none {display: none; width: 0px; height: 0px;}
	#jsloading_parent #jsloading_back {position: absolute; width: 100%; height: 100%; z-index: 999; background-color: #EEE;
				filter: alpha(opacity=40); -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4;}
	#jsloading_parent #jsloading {position: absolute; width: 100%; height: 100%; z-index: 1000;
				background: transparent url('loading.gif') center center no-repeat;}
#body_all #jsloading_parent {position: absolute; left: -1px; padding-right: 1px;}
	#body_all #jsloading_parent #jsloading_back {background-color: #666;}

/*	the same css code is in common css scripts - this is for public admin	*/
#puxisJsloadingParent {position: fixed; top: 0px; width: 100%; height: 100%;}
	#puxisJsloadingParent.puxisDisplayNone {display: none; width: 0px; height: 0px;}
	#puxisJsloadingParent #puxisJsloadingBack {position: absolute; width: 100%; height: 100%; z-index: 999; background-color: #EEE;
				filter: alpha(opacity=40); -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4;}
	#puxisJsloadingParent #puxisJsloading {position: absolute; width: 100%; height: 100%; z-index: 1000;
				background: transparent url('loading.gif') center center no-repeat;}
#puxisJsloadingParent {position: absolute; left: -1px; padding-right: 1px;}
	#puxisJsloadingParent #jsloading_back {background-color: #666;}

/*	JSLOADING MULTI	*/
.jsloading_parent {position: absolute; left: -1px; padding-right: 1px; top: 0px; width: 100%; height: 100%;}
	.jsloading_parent.display_none {display: none; width: 0px; height: 0px;}
	.jsloading_parent .jsloading_back {position: absolute; width: 100%; height: 100%; z-index: 999; background-color: #666;
				filter: alpha(opacity=40); -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4;}
	.jsloading_parent .jsloading {position: absolute; width: 100%; height: 100%; z-index: 1000;
				background: transparent url('loading.gif') center center no-repeat;}
body>.jsloading_parent {position: fixed; left: 0px; padding-right: 0px;}
	body>.jsloading_parent>.jsloading_back {background-color: #EEE;}