﻿div.progMask
{
    z-index: 10;
    position: absolute;
    top:0;
	left:0;
	min-width:100%;
    min-height:100%;
    width:100%;
    height:100%;
    filter: alpha(opacity=50);
    background-color: #aaa;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

div.progHldr {
    z-index: 20;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;    
    background-color: transparent;    
  }

div.progApply {
	position:fixed;
	background-color:#fff;
	background-image:url(progress/apply.gif);
	top:50%;
	left:50%;
	margin-top: -95px;	
	margin-left:-100px;
	width:200px;
	height:110px;
	z-index:50;	
  }

  div.progSave {
	position:fixed;
	background-color:#fff;
	background-image:url(progress/save.gif);
	top:50%;
	left:50%;
	margin-top: -95px;	
	margin-left:-100px;
	width:200px;
	height:110px;
	z-index:50;	
  }
  
  
  div.progLoad {
	position:fixed;
	background-color:#fff;
	background-image:url(progress/load.gif);
	top:50%;
	left:50%;
	margin-top: -95px;	
	margin-left:-100px;
	width:200px;
	height:110px;
	z-index:50;	
  }
  
  div.progCustom
  {
    position:fixed;
    background-color:#fff;
    background-position: 50% 20%; 
    background-image: url(progress/progress.gif); 
    background-repeat: no-repeat;
	top:50%;
	left:50%;
	margin-top: -95px;	
	margin-left:-100px;
	width:200px;
	height:110px;
	z-index:50;	
	text-align:center;
	font-family:Helvetica, Arial, Sans-Serif;
	font-size: 18px;
	font-weight:normal;
	color:#5f59f6;
	border:solid 1px #5f59f6;
  }
  
  
  div.progText
  {
      display:none;
  }
  
  div.progCustom div.progText
  {
      position:relative;
      display:inline;
      margin:0 auto;
      top:55%;
  }