<!---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="2345PANTIES-PLUS-APPAREL-LINGERIE-SIZE-CHART" data-content-name="2345 PANTIES&#45;PLUS&#45;APPAREL&#45;LINGERIE&#45;SIZE&#45;CHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spn">
  <col width="98">
  <col width="70">
  <col width="66">
  <col width="77">
  <tr>
    <td>Size&nbsp;</td>
    <td>Bust</td>
    <td>Waist</td>
    <td>Hips</td>
  </tr>
  <tr>
    <td>Small</td>
    <td>32.5&quot; -   33.5&quot;</td>
    <td>26&quot; -   27&quot;</td>
    <td>35&quot; -   36&quot;</td>
  </tr>
  <tr>
    <td>Medium</td>
    <td>34.5&quot;   - 35.5&quot;</td>
    <td>28&quot;   - 29&quot;</td>
    <td>37&quot;   - 38&quot;</td>
  </tr>
  <tr>
    <td>Large</td>
    <td>36.5&quot;   - 37.5&quot;</td>
    <td>30&quot;   - 31&quot;</td>
    <td>39&quot;   - 40&quot;</td>
  </tr>
  <tr>
    <td>Extra Large&nbsp;</td>
    <td>39&quot;   - 40&quot;</td>
    <td>32&quot;   - 33&quot;</td>
    <td>42&quot;   - 43&quot;</td>
  </tr>
  <tr>
    <td>2X Large</td>
    <td>40&quot;   - 42&quot;</td>
    <td>34&quot;   - 35&quot;</td>
    <td>44&quot;   - 45&quot;</td>
  </tr>
  <tr>
    <td>3X Large</td>
    <td>42&quot;   - 45&quot;</td>
    <td>36&quot;   - 37&quot;</td>
    <td>46&quot;   - 47&quot;</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>
