.checkout-banks {
    width: 140px;
    height: 120px;
    border: 1pt solid #a0a0a0;
    display: inline-block;
    margin: 7px;
    border-radius: 0;
    clear: none;
    padding: 0
}

.checkout-banks:hover {
    background-color: #f0f0f0;
    border-color: black
}

.checkout-banks form {
    width: 140px;
    height: 120px
}

.checkout-banks form span {
    display: table-cell;
    vertical-align: middle;
    height: 92px;
    width: 140px
}

.checkout-banks form span input {
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 1pt solid #f2f2f2;
    border-radius: 5px;
    padding: 5px;
    background-color: white
}

.checkout-banks:hover form span input {
    border: 1pt solid black
}

.checkout-banks div {
    text-align: center;
    font-family: arial;
    font-size: 8pt
}
