<!---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="00Paper-Magic-MENS-SIZE-CHART" data-content-name="00Paper&#45;Magic&#45;MENS&#45;SIZE&#45;CHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spn">
  <col width="91" span="2">
  <col width="53" span="4">
  <tr>
    <td width="394">Size</td>
    <td width="394">Measurements</td>
    <td width="394">Inseam</td>
    <td width="394">Sleeve Length</td>
    <td width="394">Height</td>
  </tr>
  <tr>
    <td width="394">Adult Medium<br>
      38-40</td>
    <td width="394">Chest: 38-40&quot;<br>
      Waist: 32-34&quot;<br>
      Hips: 37-39&quot;</td>
    <td>29-31&quot;</td>
    <td>33-34&quot;</td>
    <td>5'9&quot;-5'11&quot;</td>
  </tr>
  <tr>
    <td width="394"><p>Small<br>
    38-40</p></td>
    <td width="394">Chest: 38-40&quot;<br>
      Waist: 32-34&quot;<br>
      Hips: 38-40&quot;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td width="394"><p>Medium<br>
      42-44
    </p></td>
    <td width="394">Chest: 42-44&quot;<br>
      Waist: 36-38&quot;<br>
      Hips: 42-44&quot;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td width="394">Large<br>
      46-48</td>
    <td width="394">Chest: 46-48&quot;<br>
      Waist: 40-42&quot;<br>
      Hips: 46-48&quot;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>One Size/Standard<br>
46-48</td>
    <td>Chest: 46-48&quot;<br>
Waist: 40-42&quot;<br>
Hips: 46-48&quot;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>XL/Plus 1X<br>
    50-52</td>
    <td>Chest: 50-52&quot;<br>
Waist: 44-46&quot;<br>
Hips: 50-52&quot;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td width="394">Plus 2x<br>
    54-56</td>
    <td width="394">Chest: 54-56&quot;<br>
      Waist: 48-50&quot;<br>
      Hips: 54-56&quot;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</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>
