<!---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="123DRESSUPAMERICABOYSSIZECHART" data-content-name="123 DRESS UP AMERICA BOYS SIZE CHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spt">
  <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>Toddler   2<br>
      T2</td>
    <td>Chest: 20&quot;-21&quot;<br>
      Waist: 19&quot;-21&quot;<br>
    Hips: 20&quot;-24&quot;</td>
    <td>15&quot;-18&quot;</td>
    <td>29&quot;-34&quot;</td>
    <td>22-30 lbs</td>
  </tr>
  <tr>
    <td>Toddler   4<br>
      T4</td>
    <td>Chest: 21&quot;-22&quot;<br>
      Waist: 20&quot;-22&quot;<br>
    Hips: 21&quot;-25&quot;</td>
    <td>17&quot;-20&quot;</td>
    <td>34&quot;-38&quot;</td>
    <td>30-34 lbs</td>
  </tr>
  <tr>
    <td>Size   4-6<br>
      S</td>
    <td>Chest: 22&quot;-23&quot;<br>
      Waist: 21&quot;-23&quot;<br>
    Hips: 22&quot;-26&quot;</td>
    <td>18&quot;-21&quot;</td>
    <td>42&quot;-45&quot;</td>
    <td>38-42 lbs</td>
  </tr>
  <tr>
    <td>Size   8-10<br>
      M</td>
    <td>Chest: 27&quot;-28&quot;<br>
      Waist: 23&quot;-25&quot;<br>
    Hips: 29&quot;-32&quot;</td>
    <td>22&quot;-25&quot;</td>
    <td>50&quot;-55&quot;</td>
    <td>55-59 lbs</td>
  </tr>
  <tr>
    <td>Size   12-14<br>
      L</td>
    <td>Chest: 30&quot;-31&quot;<br>
      Waist: 25&quot;-28&quot;<br>
    Hips: 32&quot;-38&quot;</td>
    <td>25&quot;-28&quot;</td>
    <td>55&quot;-58&quot;</td>
    <td>73-87 lbs</td>
  </tr>
  <tr>
    <td>Size   16-18<br>
      XL</td>
    <td>Chest: 33&quot;-38&quot;<br>
      Waist: 33&quot;-43&quot;<br>
    Hips: 35&quot;-45&quot;</td>
    <td>28'-31&quot;</td>
    <td>60&quot;+</td>
    <td>96-110 lbs</td>
  </tr>
</table></div><div class="cmsWrapper" id="SizeChartDiagram-Boys" data-content-name="Size Chart Diagram &#45; Boys"><div class="columns six">
<!-- <img src=".png" class="image-scale" alt="" /> -->
     <img src="//spirit.scene7.com/is/image/Spirit/SpiritSC%5FBoys?$fullsize$" class="image-scale" alt="Boys Costume Sizing Chart Diagram"/>
</div></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>
