<!---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="123CALHOUN-GUYS-TSHIRTS-SIZE-CHART" data-content-name="123 CALHOUN&#45;GUYS&#45;TSHIRTS&#45;SIZE&#45;CHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spn">
  <col width="70">
  <col width="53">
  <col width="59">
  <col width="76">
  <tr>
    <td>Size&nbsp;</td>
    <td>Chest</td>
    <td>Neck</td>
    <td>Shoulder to Shoulder</td>
  </tr>
  <tr>
    <td>Small</td>
    <td>34&quot; -   36&quot;</td>
    <td>14&quot; -   14.5&quot;</td>
    <td>32&quot; -   33&quot;</td>
  </tr>
  <tr>
    <td>Medium</td>
    <td>38&quot;   - 40&quot;</td>
    <td>15&quot;   - 15.5&quot;</td>
    <td>33&quot;   - 34&quot;</td>
  </tr>
  <tr>
    <td>Large</td>
    <td>42&quot;   - 44&quot;</td>
    <td>16&quot;   - 16.5&quot;</td>
    <td>34&quot;   - 35&quot;</td>
  </tr>
  <tr>
    <td>Extra Large&nbsp;</td>
    <td>46&quot;   - 48&quot;</td>
    <td>17&quot;   - 17.5&quot;</td>
    <td>35&quot;   - 36&quot;</td>
  </tr>
  <tr>
    <td>2X Large</td>
    <td>50&quot;   - 52&quot;</td>
    <td>18&quot;   - 18.5&quot;</td>
    <td>36&quot;   - 37&quot;</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>
