<!---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="2345MUSICLEGSWOMENSSIZECHART" data-content-name="2345 MUSIC LEGS WOMENS SIZE CHART"><table width="100%" cellpadding="0" cellspacing="0" class="SCtablestyle_spn">
  <col width="128" span="2">
  <col width="53">
  <tr>
    <td>Size</td>
    <td>Measurements</td>
    <td>Cup Size</td>
  </tr>
  <tr>
    <td>Small/Medium<br>
      4-8</td>
    <td>Bust: 33&quot;-35&quot;<br>
      Waist: 28&quot;-30&quot;<br>
    Hips: 37&quot;-39&quot;</td>
    <td>A-B</td>
  </tr>
  <tr>
    <td>Medium/Large<br>
      10-14</td>
    <td>Bust: 36&quot;-39&quot;<br>
      Waist: 31&quot;-34&quot;<br>
    Hips: 40&quot;-42&quot;</td>
    <td>B-C</td>
  </tr>
  <tr>
    <td>Extra   Large<br>
      14-16</td>
    <td>Bust: 40&quot;-43&quot;<br>
      Waist: 34&quot;-37&quot;<br>
    Hips: 43&quot;-46&quot;</td>
    <td>C </td>
  </tr>
  <tr>
    <td>1X/2X<br>
      16-18</td>
    <td>Bust: 44&quot;-47&quot;<br>
      Waist: 38&quot;-41&quot;<br>
    Hips: 46&quot;49&quot;</td>
    <td>D/DD</td>
  </tr>
  <tr>
    <td>3X/4X<br>
      18-20</td>
    <td>Bust: 49-52&quot;<br>
      Waist: 42&quot;-45&quot;<br>
    Hips: 50&quot;-53&quot;</td>
    <td>DD</td>
  </tr>
  <tr>
    <td>Teen   Small/Medium<br>
      3-7</td>
    <td>Bust: 30&quot;-32&quot;<br>
      Waist: 25&quot;-27&quot;<br>
    Hips: 34&quot;-36&quot;</td>
    <td></td>
  </tr>
  <tr>
    <td>Teen   Medium/Large<br>
      7-9</td>
    <td>Bust: 33&quot;-35&quot;<br>
      Waist: 28&quot;-30&quot;<br>
    Hips: 37&quot;-39&quot;</td>
    <td></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>
