<!---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="123HANDERSONMENSSIZECHART" data-content-name="123 HANDERSON MENS SIZE CHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spn">
  <col width="53">
  <col width="109">
  <col width="53" span="4">
  <tr>
    <td>Size</td>
    <td>Measurements</td>
    <td>Inseam</td>
    <td>Sleeve Length</td>
    <td>Height</td>
    <td>Weight</td>
  </tr>
  <tr>
    <td>Medium<br>
      36-42</td>
    <td>Chest: 42&quot;<br>
      Waist: 33&quot;<br>
    Hips: 41&quot;</td>
    <td>30&quot;</td>
    <td>34&quot;</td>
    <td>66&quot;-69&quot;</td>
    <td>160lb-185 lbs</td>
  </tr>
  <tr>
    <td>Large<br>
      42-46</td>
    <td>Chest: 45&quot;<br>
      Waist: 36&quot;<br>
    Hips: 44&quot;</td>
    <td>31&quot;</td>
    <td>35&quot;</td>
    <td>67&quot;-70&quot;</td>
    <td>180lb-210 lbs</td>
  </tr>
  <tr>
    <td>X   Large<br>
      46-50</td>
    <td>Chest: 50&quot;<br>
      Waist: 41&quot;<br>
    Hips: 47&quot;</td>
    <td>31&quot;</td>
    <td>35.5&quot;</td>
    <td>67&quot;-70&quot;</td>
    <td>200lb-230 lbs</td>
  </tr>
</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>
