<!---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="123CALIFORNIACOSTUMEINFANT/TODDLERSIZECHART" data-content-name="123 CALIFORNIA COSTUME INFANT/TODDLER SIZE CHART"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="SCtablestyle_spn">
  <col width="129">
  <col width="123">
  <col width="98">
  <tr class="Spirit_SC_HeaderRow">
    <td>Size</td>
    <td>Measurements</td>
    <td>Height<br>
    Weight</td>
  </tr>
  <tr>
    <td>INFANT<br>
      12-18 MONTHS</td>
    <td>Chest: 21&quot;<br>
      Waist: 22&quot;<br>
    Hips: 21&quot;</td>
    <td>32&quot;<br>
    up to 27 lbs.</td>
  </tr>
  <tr>
    <td>INFANT<br>
      18-24 MONTHS</td>
    <td>Chest: 22&quot;<br>
      Waist: 23&quot;<br>
    Hips: 22&quot;</td>
    <td>34&quot;<br>
    up to 29 lbs.</td>
  </tr>
  <tr>
    <td>TODDLER<br>
      S (2 - 3)</td>
    <td>Chest: 23&quot;<br>
      Waist: 24&quot;<br>
    Hips: 23&quot;</td>
    <td>37&quot;<br>
    up to 34 lbs.</td>
  </tr>
  <tr>
    <td>TODDLER<br>
      M (3 - 4)</td>
    <td>Chest: 24&quot;<br>
      Waist: 23&quot;<br>
    Hips: 24&quot;</td>
    <td>40&quot;<br>
    up to 38 lbs.</td>
  </tr>
  <tr>
    <td>TODDLER<br>
      L (4 - 6)</td>
    <td>Chest: 25&quot;<br>
      Waist: 24&quot;<br>
    Hips: 26&quot;</td>
    <td>46&quot;<br>
    up to 55 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>
