
#globalStatus {

    background:#000;
    color: #FFF;
    position: fixed;
    z-index:100000;
    padding:15px;
    bottom:20px;
    font-size:15px;
    left:20px;
    max-width:300px;
    border-radius:5px;
    display:none;
}


.loading-16x16{

    background: url(/assets/images/loading.gif) center center;
    height:16px;
    width:16px;
}

.loading-squares{
    width:140px;
    height:21px;
    background: url(/assets/images/loading-squares.gif) center center;
}
