@charset "UTF-8";
/* CSS Document */

.ajaxLoader {
	overflow: hidden; 
	display: block;
    position:   fixed;
    z-index:    9999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 0, 0, 0, .7 ) url('../images/doddlers-loader.gif') 50% 50% no-repeat;
}

.pageLoaderError{
	
	overflow: hidden; 
	display: block;
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
   
    background: rgba( 0, 0, 0, .7 );

	
}
