<!---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="2345SEVEN-TIL-MIDNIGHT-GIRLS-APPAREL-LINGERIE-SIZE-CHART" data-content-name="2345 SEVEN&#45;TIL&#45;MIDNIGHT&#45;GIRLS&#45;APPAREL&#45;LINGERIE&#45;SIZE&#45;CHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spn">
  <col width="53">
  <col width="95">
  <col width="91">
  <col width="53">
  <tr>
    <td>Size&nbsp;</td>
    <td>Dress Size</td>
    <td>Measurements</td>
    <td>Cup Size</td>
  </tr>
  <tr>
    <td>Extra Small</td>
    <td>n/a</td>
    <td>Bust:   n/a<br>
      Waist: n/a<br>
    Hips: n/a</td>
    <td>n/a</td>
  </tr>
  <tr>
    <td>Small</td>
    <td>2-6</td>
    <td>Bust:   32-34&quot;<br>
      Waist: 24-26&quot;<br>
    Hips: 34-36&quot;</td>
    <td>A/B</td>
  </tr>
  <tr>
    <td>Medium</td>
    <td>6-10</td>
    <td>Bust:   34-36&quot;<br>
      Waist: 26-28&quot;<br>
    Hips: 36-38&quot;</td>
    <td>B/C</td>
  </tr>
  <tr>
    <td>Large</td>
    <td>10-14</td>
    <td>Bust:   36-38&quot;<br>
      Waist: 28-30&quot;<br>
    Hips: 38-40&quot;</td>
    <td>C/D</td>
  </tr>
  <tr>
    <td>Extra Large&nbsp;</td>
    <td>14-16</td>
    <td>Bust:   38-40&quot;<br>
      Waist: 30-34&quot;<br>
    Hips: 40-42&quot;</td>
    <td>C/D</td>
  </tr>
  <tr>
    <td>2X Large</td>
    <td>n/a</td>
    <td>Bust:   n/a<br>
      Waist: n/a<br>
    Hips: n/a</td>
    <td>n/a</td>
  </tr>
  <tr>
    <td>Small/Medium&nbsp;</td>
    <td>2-6</td>
    <td>Bust:   32-36&quot;<br>
      Waist: 24-28&quot;<br>
    Hips: 34-38&quot;</td>
    <td>A/B/C</td>
  </tr>
  <tr>
    <td>Medium/Large</td>
    <td>8-12</td>
    <td>Bust:   34-38&quot;<br>
      Waist: 28-32&quot;<br>
    Hips: 36-40&quot;</td>
    <td>C/D</td>
  </tr>
  <tr>
    <td>One Size</td>
    <td>2-12</td>
    <td>Bust:   32-38&quot;<br>
      Waist: 24-32&quot;<br>
    Hips: 34-40&quot;</td>
    <td>A-D</td>
  </tr>
  <tr>
    <td>1X/2X</td>
    <td>16-18</td>
    <td>Bust:   40-46&quot;<br>
      Waist: 36-38&quot;<br>
    Hips: 42-48&quot;</td>
    <td>C/D</td>
  </tr>
  <tr>
    <td>3X/4X</td>
    <td>20-22</td>
    <td>Bust:   46-50&quot;<br>
      Waist: 40-44&quot;<br>
    Hips: 40-56&quot;</td>
    <td>D/DD</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>
