<!---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="123DREAMGIRLBOYSSIZECHART" data-content-name="123 DREAMGIRL BOYS SIZE CHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spn">
  <col width="53">
  <col width="114">
  <col width="53" span="3">
  <tr>
    <td>Size</td>
    <td>Measurements</td>
    <td>Inseam</td>
    <td>Height</td>
    <td>Weight</td>
  </tr>
  <tr>
    <td>Small<br>
      6-7</td>
    <td>Chest: 24&quot;- 25   1/2&quot;<br>
      Waist: 22&quot;- 24 1/2&quot;<br>
    Hips: 26&quot;- 27 1/2&quot;</td>
    <td>21&quot;</td>
    <td>46&quot;</td>
    <td>up to 65lbs</td>
  </tr>
  <tr>
    <td>Medium <br>
      8-9</td>
    <td>Chest: 26&quot;- 27   1/2&quot;<br>
      Waist: 24&quot;- 25 1/2&quot;<br>
    Hips: 28&quot;- 29 1/2&quot;</td>
    <td>24&quot;</td>
    <td>52&quot;</td>
    <td>up to 80lbs</td>
  </tr>
  <tr>
    <td>Large <br>
      10-12</td>
    <td>Chest: 28&quot;-29   1/2&quot;&quot;<br>
      Waist: 26&quot;- 27 1/2&quot;<br>
    Hips: 30&quot;- 31 1/2&quot;</td>
    <td>27&quot;</td>
    <td>58&quot;</td>
    <td>up to 100lbs</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>
