<!---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="123DRESSUPAMERICAINFANT-TODDLERSIZECHART" data-content-name="123 DRESS UP AMERICA INFANT&#45;TODDLER SIZE CHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spn">
  <col width="53">
  <col width="100">
  <col width="124">
  <col width="53" span="2">
  <tr>
    <td>Size</td>
    <td>Measurements</td>
    <td>Inseam</td>
    <td>Height</td>
    <td>Weight</td>
  </tr>
  <tr>
    <td>0-6   Months<br>
      0-6</td>
    <td>Chest: 17&quot;-18&quot;<br>
      Waist: 18&quot; 19&quot;<br>
      Hips: 18&quot;-19&quot;</td>
    <td>5&quot;-7&quot;</td>
    <td>17&quot;-24&quot;</td>
    <td>8-15 lbs</td>
  </tr>
  <tr>
    <td>6-12   Months<br>
      6-12</td>
    <td>Chest: 19&quot;-20&quot;<br>
      Waist: 19&quot;-20&quot;<br>
      Hips: 19&quot;-20'</td>
    <td>7&quot;-11&quot;</td>
    <td>24&quot;-28&quot;</td>
    <td>16-21 lbs</td>
  </tr>
  <tr>
    <td>12-24   Months<br>
      12-24</td>
    <td>Chest: 22&quot;-23&quot;<br>
      Waist: 20&quot;-21&quot;<br>
      Hips: 21&quot;-22&quot;</td>
    <td>11&quot;-14&quot;</td>
    <td>29&quot;-34&quot;</td>
    <td>22-29 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>
