<!---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="2345RASTAGIRLS-TWEENSIZECHART" data-content-name="2345 RASTA GIRLS&#45;TWEEN SIZE CHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spt">
  <col width="91" span="2">
  <col width="53" span="2">
  <tr>
    <td>Size</td>
    <td>Measurements</td>
    <td>Height</td>
    <td>Weight</td>
  </tr>
  <tr>
    <td>Sz   7-10<br>
      7-10</td>
    <td>Chest: 26-28&quot;<br>
      Waist: 22-25&quot;<br>
    Hips: 22-26&quot;</td>
    <td>49-57&quot;</td>
    <td>52-83 lbs</td>
  </tr>
  <tr>
    <td>Sz   10-12<br>
      10-12</td>
    <td>Chest: 28-30&quot;<br>
      Waist: 24-26&quot;<br>
    Hips: 24-27&quot;</td>
    <td>50-60&quot;</td>
    <td>70-89 lbs</td>
  </tr>
  <tr>
    <td>Tween<br>
      13-16</td>
    <td>Chest: 30-32&quot;<br>
      Waist: 25-28&quot;<br>
    Hips: 33-35&quot;</td>
    <td>55-60&quot;</td>
    <td>84-97 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>
