.paypalExpressCheckoutBox {
    min-width: 145px;
    float: right;
    height: 66px;
    padding-right: 15px;
    margin-right: 18px;
    border-right: 1px solid #ccc;
}

.paypalExpressCheckoutMsg {
    position: relative;
    margin: 0;
    line-height: 20px;
    font-size: 11px;
    white-space: nowrap;
}

.paypalExpressCheckoutMsg input {
    float: left;
    line-height: 20px;
}

.payment .paypalDescBox {
    position: relative;
    margin: 10px 0;
}

.payment .paypalPaymentDesc {
    margin: 12px 0 5px;
}

.paypalHelpIcon {
    position: absolute;
    left: 163px;
    top: 23px;
    display: block;
    width: 18px;
    height: 18px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    color: #777;
}

.paypalHelpIcon.small {
    top: 0;
    left: -20px;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.paypalDescBox .helpIcon:hover {
    color: #777;
    border-color: #aaa;
}

.paypalHelpBox {
    top: 22px;
    left: -20px;
    width: 190px;
    white-space: normal;
    color: #333;
}

#paypalPartnerLogo {
    margin-top: 15px;
}