<!---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="CHANGES-BOYS-SIZE-CHART-Area1" data-content-name="CHANGES&#45;BOYS&#45;SIZE&#45;CHART &#45; Area 1"><style id="table-styles">.table{width:100%;border-spacing:0;border-collapse:collapse;background-color:transparent;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}.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>tbody>tr,.table>thead>tr{text-align:center}.table>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table--bordered{border:1px solid #ddd}.table--bordered>tbody>tr>td{border:1px solid #ddd}.table__header{font-weight:500;background:#e9e9e9}.table > caption{text-align:left;margin-bottom:8px}</style><table class="table table--bordered"><caption>When trying to decide between two sizes, choose the larger size for a better fit.</caption><thead class="table__header"><tr><td>Size</td><td>Chest</td><td>Length</td></tr></thead><tbody><tr><td>Medium (8-10)</td><td>18</td><td>24</td></tr><tr><td>Large (12-14)</td><td>19</td><td>25</td></tr><tr><td>XLarge (14-16)</td><td>20</td><td>26.5</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>
