
/*
//
// Style sheet - Pleasw wait notice
// ================================
//
*/


/* ------------------------------------------------------------------------------------------------------ */


DIV.PleaseWaitNoticeHide {
  display:                                      none}

DIV.PleaseWaitNoticeShow {
  background-image:                             url('../style-elements/please-wait-notice/please-wait-notice-page-cover.png');
  background-repeat:                            repeat;
  position:                                     fixed;
  display:                                      block;
  z-index:                                      1000000}

DIV.PleaseWaitNoticeGif {
  width:                                        100px;
  height:                                       100px;
  position:                                     fixed;
  background-image:                             url('../style-elements/please-wait-notice/please-wait.gif');
  background-position:                          top left;
  background-repeat:                            no-repeat}
      

/* ------------------------------------------------------------------------------------------------------ */
