.modalWindow, .modalWindow *, .modalWindow *:before, .modalWindow *:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#maskArea{
	display:none;
	background:#000;
	position:fixed; left:0; top:0;
	z-index:600;
	width:100%;
	height:100%;
	opacity: 0.15;
}
.modalWindow {
	position: fixed; left:50%; top:50%;
	width: 930px;
	height: 650px;
	padding-top: 10px;
	margin: -325px auto auto -465px;
	background:#fff;
	z-index:800;
	display:none;
	border: 1px solid #aaa;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	border-radius: 7px;
}
#modalWindow0 {
	height: 660px;
	padding-top: 0;
}
.modalWindowInner iframe {
	height: 660px;
}
#susFrame {
	height: 660px;
}
#combinable #modalWindow0,
#unitshelf #modalWindow0,
body[id^='S0260'] .modalWindow {width: 980px; margin-left: -490px;}

.btnClose a{
	font: 0/0 a; text-shadow: none; color: transparent;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 22px;
	height: 21px;
	padding: 0 0 5px 5px;
	z-index: 1000;
	background: url(/sizesearch/img/btn_close_s.png) #fff no-repeat 5px 0;
	border-radius : 0 0 0 7px;
}
.btnClose a:hover{background: url(/sizesearch/img/btn_close_s.png) #fff no-repeat 5px -28px;}
iframe {width: 100%; height: 100%;}