html {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	OVERFLOW: auto; 
	PADDING-TOP: 0px; 
	HEIGHT: 100%;
}
body {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	OVERFLOW: auto; 
	PADDING-TOP: 0px; 
	HEIGHT: 100%;
}
#loading-mask {
	z-index: 20000; 
	background: #fff; 
	left: 0px; 
	width: 100%; 
	position: absolute; 
	top: 0px; 
	height: 100%;
}
#loading {
	border-right: #615f5f 1px solid; 
	padding-right: 2px; 
	border-top: #615f5f 1px solid; 
	padding-left: 2px; 
	z-index: 20001; 
	background: #bcbbba; left: 40%; 
	padding-bottom: 2px; 
	border-left: #615f5f 1px solid; 
	width: 200px; 
	padding-top: 2px; 
	border-bottom: #615f5f 1px solid; 
	position: absolute; 
	top: 40%; 
	text-align: center;
}
#loading .loading-indicator {
	border-right: #bcbbba 1px solid; 
	padding-right: 10px; 
	border-top: #bcbbba 1px solid; 
	padding-left: 10px; 
	background: url(load-bg.gif) white repeat-x; 
	padding-bottom: 10px; 
	margin: 0px; 
	font: bold 13px tahoma,arial,helvetica; 
	border-left: #bcbbba 1px solid; 
	color: #615f5f; 
	padding-top: 10px; 
	border-bottom: #bcbbba 1px solid; 
	text-align: left;
}

