.extln-loader {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
animation: 2s linear 0s normal none infinite running spin;
border-color: <?php echo get_option('spinner_background'); ?> <?php echo get_option('spinner_background'); ?> <?php echo get_option('spinner_forground'); ?>;
border-image: none;
border-radius: 50%;
border-style: solid;
border-width: 7px;
height: 50px;
left: 47%;
margin: 30% auto;
position: absolute;
width: 50px;
z-index: 60;
}
.overlap {
background: <?php echo get_option('overlay_color'); ?> none repeat scroll 0 0;
height: 100%;
left: 0;
opacity: <?php echo get_option('overlay_opacity'); ?>;
position: absolute;
top: 0;
width: 100%;
z-index: 50;
}