<!---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="123HANDERSONWOMENSSIZECHART" data-content-name="123 HANDERSON WOMENS SIZE CHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spn">
  <col width="53">
  <col width="109">
  <col width="53" span="2">
  <tr>
    <td>XS<br>
      0-2</td>
    <td>Bust: 32&quot;<br>
      Waist: 24&quot;<br>
    Hips: 35&quot;</td>
    <td>61&quot;-64&quot;</td>
    <td>85lb-90 lbs</td>
  </tr>
  <tr>
    <td>Small<br>
      4-6</td>
    <td>Bust: 34&quot;<br>
      Waist: 26&quot;<br>
    Hips: 37&quot;</td>
    <td>62&quot;-65&quot;</td>
    <td>90lb-120 lbs</td>
  </tr>
  <tr>
    <td>Medium<br>
      8-10</td>
    <td>Bust: 37&quot;<br>
      Waist: 29&quot;<br>
    Hips: 40&quot;</td>
    <td>64&quot;-68&quot;</td>
    <td>120lb-140 lbs</td>
  </tr>
  <tr>
    <td>Large<br>
      12-14</td>
    <td>Bust: 40&quot;<br>
      Waist: 32&quot;<br>
    Hips: 43&quot;</td>
    <td>64&quot;-68&quot;</td>
    <td>140lb-160 lbs</td>
  </tr>
  <tr>
    <td>X   Large<br>
      16-18</td>
    <td>Bust: 44&quot;<br>
      Waist: 37&quot;<br>
    Hips: 48&quot;</td>
    <td>65&quot;-69&quot;</td>
    <td>165lb-185 lbs</td>
  </tr>
  <tr>
    <td>XXL<br>
      up 16</td>
    <td>Bust: 47&quot;<br>
      Waist: 40&quot;<br>
    Hips: 52&quot;</td>
    <td>65&quot;-69&quot;</td>
    <td>180lb-220 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>
