﻿
.loadingMstr{
  top:0px;
  right:0px;
  background-color:#666;
  background-image:url('/Fa/image/loading52.gif'), url('/Fa/image/loading.png');
  background-repeat:no-repeat;
  background-position:bottom;
  z-index:10000000;
  opacity: 0.8;
  filter: alpha(opacity=40); /* For IE8 and earlier */
  border-radius:10px;
  position: fixed;
    width: 500px;
    height: 280px;
    margin: 15% auto; /* Will not center vertically and won't work in IE6/7. */
    left: 0;
    right: 0;
    border-bottom:30px solid #666;
}

.FakeBlaker{}