<!---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="2345MORPHSUITMENSSIZECHART" data-content-name="2345 MORPH SUIT MENS SIZE CHART"><table cellpadding="0" cellspacing="0" class="SCtablestyle_spn">
  <col width="110" span="2">
  <col width="53" span="4">
  <tr>
    <td width="432">Size</td>
    <td width="432">Measurements</td>
    <td width="432">Inseam</td>
    <td width="432">Sleeve Length</td>
    <td width="432">Height</td>
    <td width="432">Weight</td>
  </tr>
  <tr>
    <td>Small</td>
    <td width="432">Chest: 33&quot;<br>
      Waist: 33&quot;<br>
      Hips: 34&quot;</td>
    <td>28&quot;</td>
    <td>24&quot;</td>
    <td>4'6&quot;-5&quot;</td>
    <td>120 lbs</td>
  </tr>
  <tr>
    <td>Medium</td>
    <td width="432">Chest: 35&quot;<br>
      Waist: 35&quot;<br>
      Hips: 36&quot;</td>
    <td>30&quot;</td>
    <td>25&quot;</td>
    <td>5'-5'4&quot;</td>
    <td>135 lbs</td>
  </tr>
  <tr>
    <td>Large</td>
    <td width="432">Chest: 37&quot;<br>
      Waist: 37&quot;<br>
      Hips: 38&quot;</td>
    <td>32&quot;</td>
    <td>26&quot;</td>
    <td>5'4&quot;-5'9&quot;</td>
    <td>155 lbs</td>
  </tr>
  <tr>
    <td>Xlarge</td>
    <td width="432">Chest: 39&quot;<br>
      Waist: 39&quot;<br>
      Hips: 40&quot;</td>
    <td>34&quot;</td>
    <td>28&quot;</td>
    <td>5'9&quot;-6'1&quot;</td>
    <td>195 lbs</td>
  </tr>
  <tr>
    <td>XXLarge</td>
    <td width="432">Chest: 40&quot;<br>
      Waist: 40&quot;<br>
      Hips: 41&quot;</td>
    <td>36&quot;</td>
    <td>29&quot;</td>
    <td>6'1&quot;-6'9&quot;</td>
    <td>250 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>
