<!---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="123FORUMGIRLS-TWEENSIZECHART" data-content-name="123 FORUM GIRLS&#45;TWEEN SIZE CHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spt">
  <col width="87">
  <col width="62">
  <col width="147">
  <col width="53">
  <tr>
    <td>Size&nbsp;</td>
    <td>Size</td>
    <td>Measurements</td>
    <td>Weight</td>
  </tr>
  <tr>
    <td>Small</td>
    <td>Size 4-6</td>
    <td>Chest: 23&quot;<br>
      Waist: 21&quot;<br>
      Hips: 25&quot;</td>
    <td>44&quot; - 48&quot;</td>
  </tr>
  <tr>
    <td>Medium</td>
    <td>Size 8-10</td>
    <td>Chest: 27&quot;<br>
      Waist: 24&quot;<br>
      Hips: 28&quot;</td>
    <td>50&quot; - 54&quot;</td>
  </tr>
  <tr>
    <td>Large</td>
    <td>Size 12-14</td>
    <td>Chest: 31&quot;<br>
      Waist: 32&quot;<br>
      Hips: 32&quot;</td>
    <td>56&quot; - 60&quot;</td>
  </tr>
  <tr>
    <td>Tween small</td>
    <td>Dress size 0-2</td>
    <td>Chest: 30&quot;<br>
      Waist: 24&quot;<br>
      Hips: 29&quot;</td>
    <td></td>
  </tr>
  <tr>
    <td>Tween medium</td>
    <td>Dress size 2-4</td>
    <td>Chest: 33&quot;<br>
      Waist: 26&quot;<br>
      Hips: 32&quot;</td>
    <td></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>
