/**
 * 1997-2014 Quadra Informatique
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0) that is available
 * through the world-wide-web at this URL: http://www.opensource.org/licenses/OSL-3.0
 * If you are unable to obtain it through the world-wide-web, please send an email
 * to modules@quadra-informatique.fr so we can send you a copy immediately.
 *
 * @author Quadra Informatique <modules@quadra-informatique.fr>
 * @copyright 1997-2014 Quadra Informatique
 * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */

/* Payment execution & validation */

#module-be2billnx-payment #left_column,
#module-be2billnx-redirection #left_column,
#module-be2billnx-submit #left_column {
    display: none;
}

#module-be2billnx-payment #center_column,
#module-be2billnx-redirection #center_column,
#module-be2billnx-submit #center_column {
    width: 100%;
}

#module-be2billnx-payment ul.be2bill-payment-description,
#be2bill_payment_several_return ul.be2bill-payment-description {
    margin: 0 0 15px 15px;
}

#module-be2billnx-payment form p img {
    float:left;
    height: 49px;
    margin: 0px 20px 5px 0px;
    width: 86px;
}

#module-be2billnx-submit iframe.be2bill-payment-iframe {
    display: block;
    height: 755px;
    width: 100%;
}