﻿div.loadingOverlay { position:absolute; left:0; top:0; width:100%; height:100%; z-index:20000; background-color:white; }
div.loading { position: absolute; left: 40%; top: 40%; z-index: 20001; }
div.loading img { float: left; }
div.loading span { float: left; clear: both; padding: 15px 0 0 65px; font-size: 16px; font-weight: bold; font-family: Arial, Sans-Serif; }
