label.error { color: red; }
input.error { border-color: red; }

#payment-errors { margin-bottom: 10px; color: red; text-align:center; }
.ccsection { width: 209px; margin: 0 auto; }
.ccsection input { height: 30px; padding: 0 8px 0 30px; }
.ccnumbox, .cccvcbox, .ccexpbox { position: relative; }
.ccnumbox{ width: 209px; margin-bottom: 5px; }
.ccnumbox input { width: 167px; }
.cccvcbox { float: left; width: 102px; }
.ccexpbox { float: right; width: 102px; }
.cccvcbox input, .ccexpbox input { width: 60px; }
.icon { position: absolute; top: 0px; left: 0px; }

.ccicon { position: absolute; top: 7px; right: 6px; width: 32px; height: 20px; }
.ccicon.amex { background:url(https://checkout.stripe.com/v3/images/cards/amex.png); }
.ccicon.diners { background:url(https://checkout.stripe.com/v3/images/cards/diners.png); }
.ccicon.discover { background:url(https://checkout.stripe.com/v3/images/cards/discover.png); }
.ccicon.jcb { background:url(https://checkout.stripe.com/v3/images/cards/jcb.png); }
.ccicon.mastercard { background:url(https://checkout.stripe.com/v3/images/cards/mastercard.png); }
.ccicon.visa { background:url(https://checkout.stripe.com/v3/images/cards/visa.png); }