#setefi_moto_cc_number {
    background: url('../images/creditcard/credit-card.png') 3px 0px no-repeat;
    background-size: 30px 30px;
    padding-left: 40px;
    background-color: rgba(255, 255, 255, 0.5);
}

#credit-card-type {
    width: 228px;
}

ul#payment_form_setefi_moto li{
    float: none;
}

ul#credit-card-type li {
    display: block;
    width: 51px;
    height: 32px;
    background: url('../images/creditcard/allcards.jpg') 0 -32px no-repeat;
    margin: 5px 6px 0 0;
    overflow: hidden;
    text-indent: -500em;
    float: left;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


#credit-card-type .VI {
    background-position: 0px -32px;
}

#credit-card-type .MC {
    background-position: -51px -32px;
}

#credit-card-type .AE {
    background-position: -102px -32px;
}

#credit-card-type .DI {
    background-position: -153px -32px;
}

#credit-card-type .VI.active {
    background-position: 0px 0px;
}

#credit-card-type .MC.active {
    background-position: -51px 0px;
}

#credit-card-type .AE.active {
    background-position: -102px 0px;
}

#credit-card-type .DI.active {
    background-position: -153px 0px;
}
