<!---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="123DREAMGIRLMENSSIZECHART" data-content-name="123 DREAMGIRL MENS SIZE CHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spn">
  <col width="53">
  <col width="114">
  <col width="53" span="3">
  <tr>
    <td>Size</td>
    <td>Measurements</td>
    <td>Inseam</td>
    <td>Height</td>
    <td>Weight</td>
  </tr>
  <tr>
    <td>Medium</td>
    <td>Chest: 38-40&quot;<br>
      Waist: 32-34&quot;<br>
    Hips: 38-40&quot;</td>
    <td>32&quot;</td>
    <td>5'6-6'5</td>
    <td>140lbs-150lbs</td>
  </tr>
  <tr>
    <td>Large</td>
    <td>Chest: 42-44&quot;<br>
      Waist: 36-38&quot;<br>
    Hips: 42-44&quot;</td>
    <td>32&quot;</td>
    <td>5'6-6'5</td>
    <td>150lbs-200lbs</td>
  </tr>
  <tr>
    <td>XLarge</td>
    <td>Chest: 46-48&quot;<br>
      Waist: 40-42&quot;<br>
    Hips: 46-48&quot;</td>
    <td>32&quot;</td>
    <td>5'6-6'5</td>
    <td>200lbs-250lbs</td>
  </tr>
  <tr>
    <td>XXLarge</td>
    <td>Chest: 50-52&quot;<br>
      Waist: 44-46&quot;<br>
    Hips: 50-52&quot;</td>
    <td>32&quot;</td>
    <td>5'6-6'5</td>
    <td>250lbs-300lbs</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>
