<!---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="2345INCHARACTERWOMENSSIZECHART" data-content-name="2345 INCHARACTER WOMENS SIZE CHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spn">
  <col width="64">
  <col width="130">
  <col width="53" span="2">
  <tr>
    <td>XS<br>
      0-2</td>
    <td>Bust: 31&quot; - 32.5'<br>
      Waist: 23&quot; - 24.5&quot;<br>
    Hips: 33.5&quot; - 35&quot;</td>
    <td>65&quot;</td>
    <td>106 lbs.</td>
  </tr>
  <tr>
    <td>S<br>
      4-6</td>
    <td>Bust: 33&quot; - 34.5&quot;<br>
      Waist: 25&quot; - 26.5&quot;<br>
    Hips: 35.5&quot; - 37&quot;</td>
    <td>66&quot;</td>
    <td>116 lbs.</td>
  </tr>
  <tr>
    <td>M<br>
      8-10</td>
    <td>Bust: 35&quot; - 36.5&quot;<br>
      Waist: 27&quot; - 28.5&quot;<br>
    Hips: 37.5&quot; - 39&quot;</td>
    <td>67&quot;</td>
    <td>126 lbs.</td>
  </tr>
  <tr>
    <td>L<br>
      12-14</td>
    <td>Bust: 37&quot; - 39.5&quot;<br>
      Waist: 29&quot; - 31.5&quot;<br>
    Hips: 39.5&quot; - 42&quot;</td>
    <td>67&quot;</td>
    <td>136 lbs.</td>
  </tr>
  <tr>
    <td>XL<br>
      16-18</td>
    <td>Bust: 40&quot; - 43&quot;<br>
      Waist: 32&quot; - 35&quot;<br>
    Hips: 42.5&quot; - 45.5&quot;</td>
    <td>67&quot;</td>
    <td>146 lbs.</td>
  </tr>
  <tr>
    <td>2XL<br>
      20-22</td>
    <td>Bust: 44&quot; - 47.5&quot;<br>
      Waist: 36&quot; - 40&quot;<br>
    Hips: 46.5&quot; - 50&quot;</td>
    <td>67&quot;</td>
    <td>180 lbs.</td>
  </tr>
  <tr>
    <td>3XL<br>
      24-26</td>
    <td>Bust: 48&quot; - 51.5&quot;<br>
      Waist: 40.5&quot; - 45&quot;<br>
    Hips: 50.5&quot; - 54&quot;</td>
    <td>67&quot;</td>
    <td>190 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>
