| OLD | NEW |
| 1 | 1 |
| 2 <form id="silentOrderPostForm" name="silentOrderPostForm" class="payment-conta
iner checkoutProcess clearfix" action="/checkout/multi/sop-response" method="POS
T" onsubmit="usb2cCmCreateConversionEventTagPaypal()" autocomplete="off"> | 2 <form id="silentOrderPostForm" name="silentOrderPostForm" class="payment-conta
iner checkoutProcess clearfix" action="/checkout/multi/sop-response" method="POS
T" onsubmit="usb2cCmCreateConversionEventTagPaypal()" autocomplete="off"> |
| 3 | 3 |
| 4 <div class="fields" id="cardForm" style="display:block"> | 4 <div class="fields" id="cardForm" style="display:block"> |
| 5 <p class="italic smallCopy reqFields"> | 5 <p class="italic smallCopy reqFields"> |
| 6 Required Fields<sup>*</sup> | 6 Required Fields<sup>*</sup> |
| 7 </p> | 7 </p> |
| 8 <div class="field"> | 8 <div class="field"> |
| 9 <div class="control-group"> | 9 <div class="control-group"> |
| 10 <label class="control-label " for="card_firstNameOnCard"> | 10 <label class="control-label " for="card_firstNameOnCard"> |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 <span class="icons-info-over"></span> | 122 <span class="icons-info-over"></span> |
| 123 </span> | 123 </span> |
| 124 <div class="msg"> | 124 <div class="msg"> |
| 125 The card security code is located on the back of MasterCard,
Visa and Discover credit or debit cards and is typically a separate group of 3
digits to the right of the signature strip. On American Express cards, the card
security code is a printed, not embossed, group of four digits on the front towa
rds the right. | 125 The card security code is located on the back of MasterCard,
Visa and Discover credit or debit cards and is typically a separate group of 3
digits to the right of the signature strip. On American Express cards, the card
security code is a printed, not embossed, group of four digits on the front towa
rds the right. |
| 126 </div> | 126 </div> |
| 127 </div> | 127 </div> |
| 128 </div> | 128 </div> |
| 129 | 129 |
| 130 <span id="submit_silentOrderPostForm_Checkout" class="btn-box btn-orange con
tinue">CONTINUE TO REVIEW ORDER</span> | 130 <span id="submit_silentOrderPostForm_Checkout" class="btn-box btn-orange con
tinue">CONTINUE TO REVIEW ORDER</span> |
| 131 </form> | 131 </form> |
| OLD | NEW |