@charset "utf-8";
/* CSS Document */

#wait {
  background-color:transparent;
  position:fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  opacity: 1.0; /* also -moz-opacity, etc. */
  z-index: 10;
}

label.label_wait{
	margin-left:5px;
    line-height:20px;
	padding-top:6px;
    color:#06F;
    text-shadow:1px 1px 1px #fff;
    font:bold 16px Arial;
}
