/* leave this rule alone */
#FW_mask {
  position: absolute;
  height:100%;
  width:100%;
  top: 0;
  left: 0;
  display: none;
  background-color:#FFF;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
  z-index:998;
}

#FW_processInd {
  visibility:hidden;
}

/*
#FW_processInd {
  position:absolute;
  top:40%;
  left:40%;
  z-index:999;
}
*/



