<!---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="001SEASONAL-VISION-MENS-SIZE-CHART" data-content-name="001SEASONAL&#45;VISION&#45;MENS&#45;SIZE&#45;CHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spt">
  <col width="104" span="2">
  <col width="53" span="3">
  <tr>
    <td>Size</td>
    <td>Measurements</td>
    <td>Inseam</td>
    <td>Height</td>
    <td>Weight</td>
  </tr>
  <tr>
    <td>SMALL <br>
      (FITS CHEST SIZE 36&quot;-38&quot;)</td>
    <td>Chest: 40&quot;<br>
      Waist: 34&quot;<br>
    Hips: 40&quot;</td>
    <td>32&quot;</td>
    <td>70&quot;</td>
    <td>up to 150 lbs.</td>
  </tr>
  <tr>
    <td>MEDIUM <br>
      (FITS CHEST SIZE 40&quot;-42&quot;)</td>
    <td>Chest: 42&quot;<br>
      Waist: 36&quot;<br>
    Hips: 42&quot;</td>
    <td>32&quot;</td>
    <td>70&quot;</td>
    <td>up to 180 lbs.</td>
  </tr>
  <tr>
    <td>LARGE <br>
      (FITS CHEST SIZE 44&quot;-46&quot;)</td>
    <td>Chest: 44&quot;<br>
      Waist: 38&quot;<br>
    Hips: 44&quot;</td>
    <td>33&quot;</td>
    <td>70&quot;</td>
    <td>up to 210 lbs.</td>
  </tr>
  <tr>
    <td>XL <br>
      (FITS CHEST SIZE 48&quot;-50&quot;)</td>
    <td>Chest: 46&quot;<br>
      Waist: 40&quot;<br>
    Hips: 46&quot;</td>
    <td>33&quot;</td>
    <td>70&quot;</td>
    <td>up to 245 lbs.</td>
  </tr>
  <tr>
    <td>PLUS <br>
      (FITS CHEST SIZE 52&quot;-54&quot;)</td>
    <td>Chest: 52&quot;<br>
      Waist: 46&quot;<br>
    Hips: 52&quot;</td>
    <td>33&quot;</td>
    <td>71&quot;</td>
    <td>up to 270 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>
