/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * Part of the payment module of Novalnet AG
 * https://www.novalnet.de
 * If you have found this script useful a small
 * recommendation as well as a comment on merchant form
 * would be greatly appreciated.
 *
 * @category   css
 * @package    Novalnet_Payment
 * @copyright  Copyright (c) Novalnet AG. (https://www.novalnet.de)
 * @license    http://www.magentocommerce.com/license/enterprise-edition
 */

/* ============================ Novalnet Payments ============================ */

.nncallback-note {
    font-weight:bold;
    font-size:11px;
    color:gray;
    border:1px solid #BFBFBF;
    background:#FEFFBF;
    padding:10px;
    margin-top:10px;
    max-width: 100%;
    width: 365px;
}

.nnlogo-href {
    text-decoration:none;
    float:none;
}

.nnlogo-cc-img {
    display:inline;
}

.nnlogo-img {
    display:inline;
}

.nnlogo {
    height:25px;
    display:inline;
}

.nn-mode {
    font-weight:bold;
    color:red;
    font-size:12px;
}

.nnloader {
    display:none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/* ============================================================================== */
