<!---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="123-UNDERBOSS-HOODIE-FOOTIE-PJS-SIZE-CHART" data-content-name="123&#45;UNDERBOSS&#45;HOODIE&#45;FOOTIE&#45;PJ&#39;S&#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; }
</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>
        Height
      </td>
      <td>
        Chest
          <p class="no_margin">(in inches)</p>
      </td>
      <td>
        Body Length
          <p class="no_margin">(in inches)</p>
      </td>
      <td class="vertical-mid">Width<br>
      <span class="no_margin">(in inches)</span></td>
      <td class="vertical-mid">Sleeve<span class="no_margin1"><br>
      (in inches)</span></td>
      <td class="vertical-mid">Weight</td>
    </tr>
  </thead>
  <tbody>
    <tr class="align-center">
      <td>Small</td>
      <td>5'3&quot;-5'7&quot;</td>
      <td>19</td>
      <td>63</td>
      <td>19.5</td>
      <td>25</td>
      <td>125-150 lbs</td>
    </tr>
    <tr class="align-center">
      <td>Medium</td>
      <td>5'7&quot;-5'-11&quot;</td>
      <td>20.5</td>
      <td>65</td>
      <td>20.5</td>
      <td>26</td>
      <td>150-175 lbs</td>
    </tr>
    <tr class="align-center">
      <td>Large</td>
      <td>5'11-6'2&quot;</td>
      <td>22</td>
      <td>67</td>
      <td>22.5</td>
      <td>26.26</td>
      <td>175-225 lbs</td>
    </tr>
    <tr class="align-center">
      <td>XL</td>
      <td>5'11&quot;-6'3&quot;</td>
      <td>24</td>
      <td>69</td>
      <td>24.5</td>
      <td>26.5</td>
      <td>200-300 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>
