<!---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="2345MORPHSUITWOMENSSIZECHART" data-content-name="2345 MORPH SUIT WOMENS SIZE CHART"><table cellpadding="0" cellspacing="0" class="SCtablestyle_spt">
  <col width="110" span="2">
  <col width="53" span="2">
  <tr>
    <td width="326">Size</td>
    <td width="326">Measurements</td>
    <td width="326">Height</td>
    <td width="326">Weight</td>
  </tr>
  <tr>
    <td width="326">Small<br>
      6-8 yrs</td>
    <td width="326">Chest: 23&quot;<br>
      Waist: 22.5&quot;<br>
      Hips: 23&quot;</td>
    <td>3'4&quot;-3'10&quot;</td>
    <td>40-45 lbs</td>
  </tr>
  <tr>
    <td width="326">Medium<br>
      8-10 yrs</td>
    <td width="326">Chest: 25&quot;<br>
      Waist: 24.5&quot;<br>
      Hips: 25&quot;</td>
    <td>3'11&quot;-4'5&quot;</td>
    <td>50-54 lbs</td>
  </tr>
  <tr>
    <td width="326">Large<br>
      10-12yrs</td>
    <td width="326">Chest: 27.5&quot;<br>
      Waist: 26.5&quot;<br>
      Hips: 27&quot;</td>
    <td>4'6&quot;-5'</td>
    <td>54-58 lbs</td>
  </tr>
</table>
<p>Male   Teen/Men's and Men's Plus Size </p>
<table cellpadding="0" cellspacing="0" class="SCtablestyle_spt">
  <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>
