﻿.paymentmethod {
    background: url(../images/img.png) 0 0 no-repeat;
    display: block;
}
    .paymentmethod.paysbuy {
        background-position: 0 -138px;
        width: 157px;
        height: 30px;
        display: inline-block
    }

    .paymentmethod.cash {
        background-position: 0 -1855px;
        width: 262px;
        height: 30px;
        margin-top: 15px;
    }

.valign-middle {
    vertical-align: middle;
}
.payment-step {
    width: 95%;
    margin-bottom: 10px;
}
    .payment-step.small {
        width: 70%;
        margin-left: 15%;
    }

th.numeric, td.numeric {
    text-align:right;
}