#indicator{
position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: expression('absolute');
  height: expression(document.documentElement.scrollHeight+'px');
  width: expression(document.documentElement.scrollWidth+'px');
  z-index: 1000;
 
  }
  #indicator-inner{
  margin-top: 150px;
    width: 250px;
    height: 55px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000; /*#BBC0C4*/
  background-color: #4C7219;
  
   /*  */
  }
  
  
  /* --- loader ---*/

#indicator-content {
margin-top: 1.2em;
padding: 0.5em 0em;
background-color: #FFF;

}


#indicator-content p {
  
  margin: 0;
  /* background: #ECF1E4;*/ /*#EFEFEF*/
  /* background-image: url('/images/design/standard/semi-transparent.gif'); */
}

#indicator-content img {
  margin: 0px 25px 0px 30px;
}

#indicator-content strong {
  display: block;
  margin-bottom: 3px;
}
