<!---IsSuccess--->
<div id='' class='layer_wrapper_outer '>
	<div class="layerInner">
		<div id="jsAjaxRoot" class="layerWrap container">
			<input name="purchaserName" type="hidden" value="" autofillparam="ON"/><input name="recipientName" type="hidden" value="" autofillparam="ON"/><input name="recipientEmail" type="hidden" value="" autofillparam="ON"/><input name="recipientEmailConfirm" type="hidden" value="" autofillparam="ON"/><input name="purchaserMessage" type="hidden" value="" autofillparam="ON"/><input name="sourceURL" type="hidden" value="" autofillparam="ON"/><div class="cmsWrapper" id="2345SHOE-SIZE-CHART" data-content-name="2345 SHOE&#45;SIZE&#45;CHART"><style type="text/css">
  .SCtablestyle_spn tbody tr {
    background: #fff!important;
    color: #000!important;
    font-weight: 400!important;
  }
  .align-left {
    text-align: left!important;
  }
</style>
<p>When trying to decide between two sizes, choose the larger size a better fit.</p>
<table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spn">
  <colgroup>
    <col width="60%"></col>
    <col width="40%"></col>
  </colgroup>
  <thead>
    <tr>
      <td class="align-left">Size</td>
      <td>Shoe Size</td>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td class="align-left">Crew One Size</td>
      <td>5-12</td>
    </tr>
    <tr>
      <td class="align-left">Knee High One Size</td>
      <td>5-12</td>
    </tr>
    <tr>
      <td class="align-left">Over the Knee One Size</td>
      <td>5-12</td>
    </tr>
    <tr>
      <td class="align-left">Slipper Small</td>
      <td>4-6</td>
    </tr>
    <tr>
      <td class="align-left">Slipper Medium</td>
      <td>6-8</td>
    </tr>
    <tr>
      <td class="align-left">Slipper Large</td>
      <td>8-10</td>
    </tr>
    <tr>
      <td class="align-left">Slipper X-Large</td>
      <td>10-12</td>
    </tr>
  </tbody>
</table></div></div>
	</div>
</div>

<script>
	$(document).ready(function() {
		$(".ajaxFormSubmit").submit(function(e) {
			e.preventDefault();
			$.ajax({
				data:$(this).serialize(),
				url:$(this).attr("action"),
				type:$(this).attr("method") == undefined ? "GET" : $(this).attr("method"),
				dataType: "html",
				success:function(data){
					writeDataIntoLayer(data);
				}
			});
			return false;
		});
        window.jsSourceURL = "#";

		$('.formFieldContainer:not(.checkRadio)').each(function(i) {
			overLabels.init($(this));
		});

        $("#jsAjaxRoot.layerWrap").imagesLoaded(function() {
            $.colorbox.resize();
        });
	});
</script>
