<!---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="000HYBRID-HOODIE-FOOTIE-SIZE-CHART" data-content-name="000 HYBRID&#45;HOODIE&#45;FOOTIE&#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 for a better fit.</p>
<table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spn">
  <thead>
    <tr>
      <td>Size</td>
      <td>Chest</td>
      <td>Length</td>
      <td>Width</td>
      <td>Sleeve</td>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td class="align-left">Meduim</td>
      <td>40"</td>
      <td>66"</td>
      <td>44"</td>
      <td>34"</td>
    </tr>
    <tr>
      <td class="align-left">Large</td>
      <td>44"</td>
      <td>67"</td>
      <td>48"</td>
      <td>34.75"</td>
    </tr>
    <tr>
      <td class="align-left">Extra Large</td>
      <td>48"</td>
      <td>68"</td>
      <td>52"</td>
      <td>35.5"</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>
