/* -----------------------------------------------------------------------
  Credit Card Form Styles
 ---------------------------------------------------------------------- */

ul.form .credit_card_type li            {display:inline-block;width:70px;margin-right:20px;margin-left:0}
ul.form .credit_card_type label         {display:block;width:70px;height:25px; padding:0;margin-top:-20px;padding:40px 0 0 5px;font-weight:400}
ul.form .credit_card_type label.mc      {background:url("../images/cc_types/masterCard.png") no-repeat;}
ul.form .credit_card_type label.v       {background:url("../images/cc_types/visa.png") no-repeat;}
ul.form .credit_card_type label.amex    {background:url("../images/cc_types/amex.png") no-repeat;}
ul.form .credit_card_type label.diners  {background:url("../images/cc_types/diners.png") no-repeat;}

ul.form .credit_card_type input[type="radio"] {display:block;float:right;}
