

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Modal Panel
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/

div.Modal { position: fixed; top: 0px; left: 0px; width: 100%; height: 101%; background: transparent url('Overlay.png') repeat scroll; cursor: wait; display: none; }
div.ModalContent { margin: 200px auto 0px; background: #EEE url('Loader.gif') center 20px no-repeat scroll; border: 10px solid #FFF; width: 200px; height: 90px; color: #CCC; position: relative; }
div.ModalContent b { display: block; position: absolute; top: 60px; left: 70px; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/