<!---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="2345UNDERWRAPSMENSSIZECHART" data-content-name="2345 UNDERWRAPS MENS SIZE CHART"><table style="border:1px solid #f7941e;" width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spt">
  <col width="78">
  <col width="89">
  <col width="53" span="3">
  <tr>
    <td>Size&nbsp;</td>
    <td>Measurements</td>
    <td>Inseam</td>
    <td>Height</td>
    <td>Weight</td>
  </tr>
  <tr>
    <td>Adult One Size</td>
    <td>Chest: 42&quot; - 46&quot;<br>
      Waist: 34&quot; - 38&quot;<br>
      Hips: 42&quot; - 46&quot;</td>
    <td>29&quot; - 30&quot;</td>
    <td>5'9&quot; - 5'11&quot;</td>
    <td>175 -190 lbs.</td>
  </tr>
  <tr>
    <td>Adult XL</td>
    <td>Chest: 48&quot;<br>
      Waist: 40&quot;<br>
      Hips: 48&quot;</td>
    <td>30&quot; - 32&quot;</td>
    <td>5'9&quot; - 5'11&quot;</td>
    <td>195-210 lbs.</td>
  </tr>
  <tr>
    <td>Adult XXL/Plus</td>
    <td>Chest: 48&quot; - 50&quot;<br>
      Waist: 42&quot;<br>
      Hips: 48&quot; - 50&quot;</td>
    <td>30&quot; - 32&quot;</td>
    <td>5'9&quot; - 5'11&quot;</td>
    <td>220 -240 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>
