<!---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="001MAD-ENGINE-MALE-TEEN-MENS-PLUS-SIZE-CHART" data-content-name="001MAD&#45;ENGINE&#45;MALE&#45;TEEN&#45;MENS&#45;PLUS&#45;SIZE&#45;CHART"><style type="text/css">
  .table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  }
  .table>tbody>tr>td,
  .table>tbody>tr>th,
  .table>tfoot>tr>td,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>thead>tr>th {
    padding: 2px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }
  .table-bordered {
    border: 1px solid #ddd;
  }
  .table-bordered>tbody>tr>td {
    border: 1px solid #ddd;
  }
  .table_header {
    font-weight: 500;
    background: #FFEE58;
  }
  .align-center { text-align: center!important; }
  .no_margin { margin: 0; }
  .vertical-mid { vertical-align: middle!important; }
.no_margin1 {margin: 0; }
.no_margin1 {margin: 0; }
.no_margin11 {margin: 0; }
.no_margin11 {margin: 0; }
.no_margin11 {margin: 0; }
.no_margin11 {margin: 0; }
.no_margin111 {margin: 0; }
.no_margin111 {margin: 0; }
.no_margin111 {margin: 0; }
.no_margin111 {margin: 0; }
.no_margin111 {margin: 0; }
.no_margin111 {margin: 0; }
.no_margin111 {margin: 0; }
.no_margin111 {margin: 0; }
</style>
<!-- <p>When trying to decide between two sizes, choose the larger size for a better fit.</p> -->
<table class="table table-bordered">
  <colgroup>
    <!-- use when column spacing is required -->
    <!-- <col width="60%"></col>
    <col width="40%"></col> -->
  </colgroup>
  <thead class="table_header">
    <tr class="align-center">
      <td class="vertical-mid">Size</td>
      <td>Chest
        <p class="no_margin1">(in inches)</p></td>
      <td>
        Waist
          <p class="no_margin">(in inches)</p>
      </td>
      <td>Inseam Length
        <p class="no_margin111">(in inches)</p></td>
      <td>Sleeve Length
        <p class="no_margin11">(in inches)</p></td>
      <td>Height</td>
      <td>Weight</td>
    </tr>
  </thead>
  <tbody>
    <tr class="align-center">
      <td>Adult Small 34-36</td>
      <td>20</td>
      <td>29-31</td>
      <td>27-28</td>
      <td>8.5</td>
      <td>5'4&quot;-5'8&quot;</td>
      <td>120-140 lbs.</td>
    </tr>
    <tr class="align-center">
      <td>Adult Medium 38-40</td>
      <td>21</td>
      <td>32-34</td>
      <td>29-30</td>
      <td>8.75</td>
      <td>5'8&quot;-6'</td>
      <td>160-180 lbs.</td>
    </tr>
    <tr class="align-center">
      <td>Adult Large 42-44</td>
      <td>22</td>
      <td>35-37</td>
      <td>30-31</td>
      <td>9</td>
      <td>5'10&quot;-6'3&quot;</td>
      <td>170-190 lbs.</td>
    </tr>
    <tr class="align-center">
      <td>Adult X-Large 46-48</td>
      <td>23.5</td>
      <td>38-41</td>
      <td>31-32</td>
      <td>9.25</td>
      <td>6'-6'5&quot;</td>
      <td>180-200 lbs.</td>
    </tr>
  </tbody>
</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>
