<!---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="2345JUST-ONE-APPAREL-LINGERIE-SIZE-CHART" data-content-name="2345 JUST&#45;ONE&#45;APPAREL&#45;LINGERIE&#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>Dress Size</td><td>Bust (in inches)</td><td>Waist (in inches)</td><td>Hips (in inches)</td><td>Height</td><td>Weight</td><td>Cup Size</td></tr></thead><tbody><tr><td>small</td><td>4-6</td><td>33-34 1/2"</td><td>24 1/2-27"</td><td>34 1/2-37"</td><td>up to 66</td><td>95-110</td><td>32B/34A</td></tr><tr><td>medium</td><td>6-8</td><td>34-36 1/2"</td><td>26 1/2-28"</td><td>37  1/2-39"</td><td>up to 66</td><td>110-135lb</td><td>34B/C</td></tr><tr><td>large</td><td>8-10</td><td>36-38"</td><td>28 1/2-30"</td><td>39 1/2-41"</td><td>up to 67</td><td>135-155lb</td><td>36B/C</td></tr><tr><td>extra large</td><td>10-12</td><td>38- 41"</td><td>30-33"</td><td>41-44"</td><td>up to 67</td><td>155-175lb</td><td>38B/C</td></tr><tr><td>1X</td><td>16-18</td><td>44-46</td><td>36-38 1/2</td><td>46-48</td><td>up to 68</td><td>up to 210lb</td><td>40C/D</td></tr><tr><td>2X</td><td>18-20</td><td>46-48</td><td>40-42</td><td>48-50</td><td>up to 68</td><td>up to 220lb</td><td>42C/D</td></tr><tr><td>3X</td><td>22-24</td><td>48-50</td><td>44-46</td><td>50-52</td><td>up to 69</td><td>up to 230lb</td><td>44C/DD</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>
