<!---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="000californiaCostumesWomensSizeChart" data-content-name="000californiaCostumesWomensSizeChart"><table width="100%" class="SCtablestyle_spn"cellpadding="0" cellspacing="0">
  <col width="129">
  <col width="123">
  <col width="98">
  <tr>
    <td>Size</td>
    <td>Measurements</td>
    <td>Height<br>
    Weight</td>
  </tr>
  <tr>
    <td>XSMALL<br>
      4-6</td>
    <td>Bust 35&quot;<br>
      Waist 26&quot;<br>
    Hips 36&quot;</td>
    <td>66&quot;<br>
    up to 110 lbs.</td>
  </tr>
  <tr>
    <td>SMALL<br>
      6-8</td>
    <td>Bust 36&quot;<br>
      Waist 27&quot;<br>
    Hips 37&quot;</td>
    <td>67&quot;<br>
    up to 125 lbs.</td>
  </tr>
  <tr>
    <td>MEDIUM<br>
      8-10</td>
    <td>Bust 38&quot;<br>
      Waist 29&quot;<br>
    Hips 39&quot;</td>
    <td>68&quot;<br>
    up to 140 lbs.</td>
  </tr>
  <tr>
    <td>LARGE<br>
      10-12</td>
    <td>Bust 40&quot;<br>
      Waist 31&quot;<br>
    Hips 41&quot;</td>
    <td>68&quot;<br>
    up to 155 lbs.</td>
  </tr>
  <tr>
    <td>XLARGE<br>
      12-14</td>
    <td>Bust 42&quot;<br>
      Waist 33&quot;<br>
    Hips 43&quot;</td>
    <td>68&quot;<br>
    up to 170 lbs.</td>
  </tr>
  <tr>
    <td>XXLARGE<br>
      14-16</td>
    <td>Bust 44&quot;<br>
      Waist 34&quot;<br>
    Hips 45&quot;</td>
    <td>68&quot;<br>
    up to 180 lbs.</td>
  </tr>
  <tr>
    <td>SMALL/MEDIUM<br>
      6-10</td>
    <td>Bust 36 - 38&quot;<br>
      Waist 27 - 29&quot;<br>
    Hips 37 - 39&quot;</td>
    <td>67 - 68&quot;<br>
    up to 140 lbs.</td>
  </tr>
  <tr>
    <td>LARGE/XLARGE<br>
      10-14</td>
    <td>Bust 40 - 42&quot;<br>
      Waist 31 - 33&quot;<br>
    Hips 41 - 43&quot;</td>
    <td>68 - 69&quot;<br>
    up to 170 lbs.</td>
  </tr>
  <tr>
    <td>PLUS   1X<br>
      16-18</td>
    <td>Bust 46&quot;<br>
      Waist 38&quot;<br>
    Hips 48&quot;</td>
    <td>68&quot;<br>
    up to 190 lbs.</td>
  </tr>
  <tr>
    <td>PLUS   2X<br>
      18-20</td>
    <td>Bust 48&quot;<br>
      Waist 40&quot;<br>
    Hips 50&quot;</td>
    <td>68&quot;<br>
    up to 210 lbs.</td>
  </tr>
  <tr>
    <td>PLUS   3X<br>
      20-22</td>
    <td>Bust 50&quot;<br>
      Waist 42&quot;<br>
    Hips 52&quot;</td>
    <td>68&quot;<br>
    up to 230 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>
