/**
 * @category   Aims
 * @package    Aims_Ajax
 * @author     AIMS Interactive
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

#loading-mask {
    font-size:1.1em;
    font-weight:bold;
    opacity:0.8;
    position:absolute;
    text-align:center;
    z-index:500;
}

#loading-mask .loader {
    background:none repeat scroll 0 0 #FFFFFF;
    border:2px solid #B6D1E2;
    color:#496778;
    font-weight:bold;
    left:50%;
    margin-left:-120px;
    padding:15px 60px;
    position:fixed;
    text-align:center;
    top:45%;
    width:120px;
    height:auto;
    z-index:1000;
}