<!---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="001HISBOYS" data-content-name="001HISBOYS"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spt">
  <col width="78">
  <col width="89">
  <col width="53" span="3">
  <tr>
    <td>Size&nbsp;</td>
    <td>Measurements</td>
    <td>Inseam</td>
    <td>Height</td>
    <td>Weight</td>
  </tr>
  <tr>
    <td>Small<br>
      4-6</td>
    <td>Chest: 26&quot;<br>
      Waist: 23&quot;<br>
    Hips: 26.5&quot;</td>
    <td>16&quot; - 19&quot;</td>
    <td>48&quot;</td>
    <td>48-53 lbs.</td>
  </tr>
  <tr>
    <td>Medium<br>
      6-8</td>
    <td>Chest: 27.5&quot;<br>
      Waist: 23.5&quot;<br>
    Hips: 28.5&quot;</td>
    <td>20&quot; -22&quot;</td>
    <td>53&quot;</td>
    <td>69 lbs. </td>
  </tr>
  <tr>
    <td>Large<br>
      10-12</td>
    <td>Chest: 30-32&quot;<br>
      Waist: 26&quot;<br>
    Hips: 31&quot; - 33&quot;</td>
    <td>23&quot;</td>
    <td>54&quot; - 58&quot;</td>
    <td>60-84 lbs.</td>
  </tr>
  <tr>
    <td>Teen<br>
      14-16</td>
    <td>Chest: 32&quot; -34&quot;<br>
      Waist: 28&quot;<br>
    Hips: 33&quot; - 35&quot;</td>
    <td>25&quot;</td>
    <td>58&quot; - 60&quot;</td>
    <td>85 - 94 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>
