/* $Id: asynchronous.css,v 1.1 2008/12/10 23:37:17 recidive Exp $ */

#loading {
  position: fixed;
  right: 0;
  top: 0;
  padding: 5px;
  display: none;
  background: red;
  color: white;
  font-weight: bold;
  z-index: 15;
}