/* CSS Document */

#notify{
    z-index:200;
    font-family:Helvetica;
    font-size:24pt;
    background-color:#fff;/*#FFFEAB*/
    color:#008000;
    /*border: double #FEA120 5px;*/
    border: solid #FEA120 5px;
    display:none;
    padding:35px;
}

#indicator{
    z-index:300;
    /*padding:35px;*/
    width:150px;
    height:50px;
    background:url('22.gif') center center no-repeat;
    display: none;
  }
