<!---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="2345RASTAMENSSIZECHART" data-content-name="2345  RASTA MENS SIZE CHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spt">
  <col width="91" span="2">
  <col width="53" span="4">
  <tr>
    <td width="394">Size</td>
    <td width="394">Measurements</td>
    <td width="394">Inseam</td>
    <td width="394">Sleeve Length</td>
    <td width="394">Height</td>
    <td width="394">Weight</td>
  </tr>
  <tr>
    <td width="394">Teen<br>
      16-18</td>
    <td width="394">Chest: 33-35&quot;<br>
      Waist: 27-29&quot;<br>
      Hips: 27-29&quot;</td>
    <td>28-30&quot;</td>
    <td>28-30&quot;</td>
    <td>55-60&quot;</td>
    <td>98-110 lbs</td>
  </tr>
  <tr>
    <td width="394">1 Sz Fits   Most<br>
      1 Sz Fits Most</td>
    <td width="394">Chest: 38-47&quot;<br>
      Waist: 35-40&quot;<br>
      Hips: 35-40&quot;</td>
    <td>30-34&quot;</td>
    <td>33-35&quot;</td>
    <td>68-75&quot;</td>
    <td>150-205 lbs</td>
  </tr>
  <tr>
    <td width="394">S/M<br>
      S/M</td>
    <td width="394">Chest: 38-44&quot;<br>
      Waist: 32-34&quot;<br>
      Hips: 32-34&quot;</td>
    <td>30-32&quot;</td>
    <td>33-34&quot;</td>
    <td>68-75&quot;</td>
    <td>150-175 lbs</td>
  </tr>
  <tr>
    <td width="394">L/XL<br>
      L/XL</td>
    <td width="394">Chest: 42-47&quot;<br>
      Waist: 35-40&quot;<br>
      Hips: 35-40&quot;</td>
    <td>32-34&quot;</td>
    <td>34-35&quot;</td>
    <td>68-75&quot;</td>
    <td>175-200 lbs</td>
  </tr>
  <tr>
    <td width="394">Plus <br>
      Plus </td>
    <td width="394">Chest: 48-52&quot;<br>
      Waist: 38-44&quot;<br>
      Hips: 38-44&quot;</td>
    <td>34-35&quot;</td>
    <td>35-36&quot;</td>
    <td>68-75&quot;</td>
    <td>210-240 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>
