/* CSS Document */
#root_wait {
  display: none; 
  border: 0px solid #999999; 
  padding: 5px; 
  background-color: transparent; 
  font-size: 12px; 
  position: fixed; 
  left: 0px; 
  width: 0px; 
  height: 0px; 
  top: 0px;     
  z-index: 1000;
}