<!---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="AFG-MALE-RIDE-A-LONG-SIZE-CHART" data-content-name="AFG&#45;MALE&#45;RIDE&#45;A&#45;LONG&#45;SIZE&#45;CHART"><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 (inches)</td><td>Waist (inches)</td><td>Height (inches)</td><td>Inseam (inches)</td></tr></thead><tbody><tr><td>Teen (XS)</td><td>32-34</td><td>26-28</td><td>67-69</td><td>29-31</td></tr><tr><td>One Size</td><td>34-44</td><td>31-39</td><td>71</td><td>32</td></tr></tbody></table></div><div class="cmsWrapper" id="AFG-MALE-RIDE-A-LONG-SIZE-DIAGRAM" data-content-name="AFG&#45;MALE&#45;RIDE&#45;A&#45;LONG&#45;SIZE&#45;DIAGRAM"><div class="columns six">
<!-- <img src=".png" class="image-scale" alt="" /> -->
     <img src="//s7d9.scene7.com/is/image/Spirit/SpiritSC%5FMen?$PNG$" class="image-scale" alt="Men's Costume Sizing Chart Diagram"/>
</div></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>
