div#prepaid_block .center {
    text-align: center;
}

div#prepaid_block .center p {
    margin-bottom: 20px;
}

div#prepaid_button {
    margin-top: 10px;
    text-align:center;
}

p.payment_module a.prepayment {
    background: url("../../../../../medias/img/prepayment.png") no-repeat scroll 15px 15px #FBFBFB;
}

p.payment_module a.prepayment:after {
    color: #777777;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    margin-top: -11px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 14px;
}

p.payment_module a.prepayment:hover {
    background-color: #F6F6F6;
}

#ppDirectBuy span i.disabled:before {
    content: "\f110";
    animation: 2s linear 0s normal none infinite spin;
    -webkit-animation: 2s linear 0s normal none infinite spin;
    -moz-animation: 2s linear 0s normal none infinite spin;
    border: none;
    color: #FFFFFF;
}

#ppDirectBuy.disabled {
    text-shadow: 0 1px #015883;
    opacity: 1;
}