<!---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="2345SEEINGREDWOMENSSIZECHART" data-content-name="2345 SEEING RED WOMENS SIZE CHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spn">
  <col width="118" span="2">
  <col width="53" span="3">
  <tr>
    <td>Size</td>
    <td>Measurements</td>
    <td>Height</td>
    <td>Weight</td>
    <td>Cup Size</td>
  </tr>
  <tr>
    <td>Extra   Small<br>
      0-3</td>
    <td>Bust: 30&quot;-32&quot;<br>
      Waist: 23 3/4&quot;<br>
    Hips: 33 3/4&quot;</td>
    <td>4'11&quot; - 5'5&quot;</td>
    <td>up to 110 lbs.</td>
    <td>A</td>
  </tr>
  <tr>
    <td>Small<br>
      4-6</td>
    <td>Bust: 32&quot;- 34&quot;<br>
      Waist: 24  1/2 &quot; - 26  1/2&quot;<br>
    Hips: 34&quot; - 36 1/2&quot;</td>
    <td>5'3&quot; - 5'11&quot;</td>
    <td>up to  125 lbs</td>
    <td>A-B</td>
  </tr>
  <tr>
    <td>Medium<br>
      6-8</td>
    <td>Bust: 34&quot;- 36&quot;<br>
      Waist: 26 3/4&quot; - 28 3/4&quot;<br>
    Hips: 36 1/2&quot;- 38 1/2&quot;</td>
    <td>5'3&quot; - 5'11&quot;</td>
    <td>up to 140 lbs</td>
    <td>B-C</td>
  </tr>
  <tr>
    <td>Large <br>
      8-10</td>
    <td>Bust: 36 - 38&quot;<br>
      Waist: 28 3/4&quot; - 30 3/4&quot;<br>
    Hips: 38 1/2&quot;- 40 1/2&quot;</td>
    <td>5'3&quot; - 5'11&quot;</td>
    <td>up to 155 lbs</td>
    <td>C</td>
  </tr>
  <tr>
    <td>Extra   Large<br>
      12-14</td>
    <td>Bust: 40&quot;- 43&quot;<br>
      Waist: 32 3/4&quot; - 35 3/4&quot;<br>
    Hips: 42 3/4&quot; - 45 3/4&quot;</td>
    <td>5'3&quot; - 5'11&quot;</td>
    <td>up to 165 lbs</td>
    <td>C-D</td>
  </tr>
  <tr>
    <td>Extra   Extra Large<br>
      14-16</td>
    <td>Bust: 43&quot; - 45   1/2&quot;<br>
      Waist: 35 3/4&quot; - 38 1/2&quot;<br>
    Hips: 45 3/4&quot; - 48 1/2&quot;</td>
    <td>5'3&quot; - 5'11&quot;</td>
    <td>up to 180 lbs</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>
