<!---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="2345STARLINEWOMENSSIZECHART" data-content-name="2345 STARLINE WOMENS SIZE CHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spt">
  <col width="84">
  <col width="83">
  <col width="74">
  <col width="53">
  <tr>
    <td>Size</td>
    <td>Measurement</td>
    <td>Weight</td>
    <td>Cup Size</td>
  </tr>
  <tr>
    <td>Extra   Small<br>
      2</td>
    <td>Bust: 30-32&quot;<br>
      Waist: 21-23&quot;<br>
    Hips: 32-34&quot;</td>
    <td>up to 110 lbs</td>
    <td>A-B</td>
  </tr>
  <tr>
    <td>Small<br>
      2-4</td>
    <td>Bust: 32-34&quot;<br>
      Waist: 23-25&quot;<br>
    Hips: 34-36&quot;</td>
    <td>up to 125 lbs</td>
    <td>A-B</td>
  </tr>
  <tr>
    <td>Medium<br>
      6-8</td>
    <td>Bust: 34-36&quot;<br>
      Waist: 25-27&quot;<br>
    Hips: 34-38&quot;</td>
    <td>up to 140 lbs</td>
    <td>A-B</td>
  </tr>
  <tr>
    <td>Large<br>
      10-12</td>
    <td>Bust: 36-38&quot;<br>
      Waist: 27-29&quot;<br>
    Hips: 38-40&quot;</td>
    <td>up to 155 lbs</td>
    <td>C </td>
  </tr>
  <tr>
    <td>Extra   Large<br>
      14</td>
    <td>Bust: 38-40&quot;<br>
      Waist: 30-31&quot;<br>
    Hips: 40-42&quot;</td>
    <td>up to 170 lbs</td>
    <td>C</td>
  </tr>
  <tr>
    <td>Plus   1X<br>
      16-18</td>
    <td>Bust: 42-44&quot;<br>
      Waist: 36-40&quot;<br>
    Hips: 42-48&quot;</td>
    <td>up to 190 lbs</td>
    <td>D</td>
  </tr>
  <tr>
    <td>Plus   2X<br>
      18-20</td>
    <td>Bust: 45-50&quot;<br>
      Waist: 40-44&quot;<br>
    Hips: 50-56&quot;</td>
    <td>up to 210 lbs</td>
    <td>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>
