/* This package combines content of following files:
file: LoadingFrame.css
*/
/* CSS File: 'LoadingFrame.css' */
.LPBlock {
  background-color: white;
  position: absolute;
  margin: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999; }
  .LPBlock #LoadingBackgroundElement {
    border: solid 0px #d0ddfd;
    background-color: white;
    margin: 0;
    width: 100%;
    height: 100%; }

.LPBlockClear {
  filter: alpha(opacity=0) !important;
  opacity: 0.0 !important; }


