/**
 * @category    Mana
 * @package     Mana_Core
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

#m-wait {
    z-index: 20;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    color: #d85909;
}

#m-wait .loader {
    z-index: 30;
    position: absolute;
    top: 375px;
    left: 50%;
    width: 695px;
    margin-left: -292px;
    padding: 15px 60px;
    text-align: center;
    background-color: rgba(255,255,255,.9);
}

.m-popup {
    z-index: 30;
    position: absolute;
    background: white;
}

.m-popup-overlay {
    z-index: 30;
    position: absolute;
    opacity: 0;
    background: black;
    filter: alpha(opacity = 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}