<!---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="123FUNWORLDMENSSIZECHART" data-content-name="123 FUN WORLD MENS SIZE CHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spn">
  <col width="97">
  <col width="141">
  <col width="172">
  <col width="111">
  <col width="99">
  <col width="53">
  <tr>
    <td>Size&nbsp;</td>
    <td>Measurements</td>
    <td>Inseam</td>
    <td>Sleeve Length</td>
    <td>Height</td>
    <td>Weight</td>
  </tr>
  <tr>
    <td>Adult   Medium<br>
      38-40</td>
    <td>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>
    <td>153-180 lbs</td>
  </tr>
  <tr>
    <td>Teen Boy</td>
    <td>Chest: 33&quot; - 38&quot;</td>
    <td></td>
    <td></td>
    <td>Up to 5'7&quot;</td>
    <td>150 lbs.</td>
  </tr>
  <tr>
    <td>Standard</td>
    <td>Chest: 33&quot; - 42&quot;<br>
      Waist: 25&quot; - 38&quot;</td>
    <td>31&quot; - 32&quot;</td>
    <td></td>
    <td>5' 6&quot; - 6'</td>
    <td>140 lbs. - 200 lbs.</td>
  </tr>
  <tr>
    <td>Adult XL/Plus</td>
    <td>Chest: 48&quot; - 53&quot;<br>
      Waist: 42&quot; - 46&quot;</td>
    <td>32&quot;-34&quot;</td>
    <td></td>
    <td>5' 9&quot; - 6'3&quot;</td>
    <td>Up to 300 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>
