﻿/* Error Message */
.display_show { display: ""; }
.display_hide { display: none !important; }
.error_msg { margin: 0; color: red; font-style: italic; }
.error_textbox { border: 1px solid red !important; }

.card li { display: inline-block; float: none; margin: 0 auto 3px; overflow: visible; text-align: center; }
.card label { color: #555; font-size: 16px; margin: 0 5px 5px 5px; display: block; }
.card label.selected { background-position: 0 0; color: #fff; }

.cc li { }
.cc_visa { background: url(../images/CC_Visa_small_v2.png) no-repeat; background-position: 0 -45px; border-radius: 5px; width: 72px; height: 45px; line-height: 45px; }
.cc_master { background: url(../images/CC_Master_small_v2.png) no-repeat; background-position: 0 -45px; border-radius: 5px; width: 75px; height: 45px; line-height: 45px; }
.cc_ae { background: url(../images/CC_AE_small_v2.png) no-repeat; background-position: 0 -45px; border-radius: 5px; width: 45px; height: 45px; line-height: 45px; }

.note { line-height: 40px; }