<!---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="123OPPOSUITMENSSIZECHART" data-content-name="123OPPOSUITMENSSIZECHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spn">
  <col width="104">
  <col width="130">
  <col width="128">
  <col width="103">
  <tr>
    <td>US Size</td>
    <td>Chest Size for   Jacket</td>
    <td>Lower Waist for   Pants</td>
    <td>Inside Leg</td>
  </tr>
  <tr>
    <td>36</td>
    <td>38&quot;</td>
    <td>33.5&quot;</td>
    <td>32.5&quot;</td>
  </tr>
  <tr>
    <td>38</td>
    <td>40&quot;</td>
    <td>34.5&quot;</td>
    <td>33&quot;</td>
  </tr>
  <tr>
    <td>40</td>
    <td>41.5&quot;</td>
    <td>35&quot;</td>
    <td>33.5&quot;</td>
  </tr>
  <tr>
    <td>42</td>
    <td>43&quot;</td>
    <td>36&quot;</td>
    <td>34&quot;</td>
  </tr>
  <tr>
    <td>44</td>
    <td>44.5&quot;</td>
    <td>37.5&quot;</td>
    <td>34.5&quot;</td>
  </tr>
  <tr>
    <td>46</td>
    <td>46.5&quot;</td>
    <td>39&quot;</td>
    <td>34.5&quot;</td>
  </tr>
  <tr>
    <td>48</td>
    <td>48.5&quot;</td>
    <td>41&quot;</td>
    <td>35&quot;&nbsp;</td>
  </tr>
  <tr>
    <td>50</td>
    <td>51&quot;</td>
    <td>43&quot;</td>
    <td>35&quot;</td>
  </tr>
  <tr>
    <td>52</td>
    <td>53&quot;</td>
    <td>44.5&quot;</td>
    <td>35&quot;&nbsp;</td>
  </tr>
  <tr>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
  </tr>
  <tr>
    <td colspan="4">PLEASE   NOTE: OppoSuits have a slim-fit design. When in doubt between two sizes, we   recommend you to pick the larger size of the two.</td>
  </tr>
  <tr>
    <td colspan="4">If your chest size falls into a different size category compared   to your waist, all you need to do is select the jacket sizing you require.   The trousers are ready to go in their stated size but if you need them taken   in or need a little extra added, the design allows for a tailor to adjust the   waistband and side seams 2 sizes either way.</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>
