#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #cecece!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position:absolute;
	top: -20px;
	border: 0 solid;
	text-align:left;
	z-index:10000;
    color:#fff !important;
    width:445px;
    margin:100px 0 0 0;
    background:#000;
    border:3px solid #fff;
    padding:6px 10px 0 10px;
    height:auto !important;
}

#MB_window .title { font:normal 20px/22px Georgia; margin:10px 0 0 0; }
#MB_window .title { padding-left:15px; }
#MB_window .col2-set { margin:80px 0 20px 0; }
#MB_window .col2-set .col-1 { text-align:right; font-size:14px; }
#MB_window .col2-set .col-2 input { font-size:14px; padding:2px 5px; width:60px; color:#999; border:1px solid #a6a6a6; }
#MB_window .buttons { text-align:right; padding:0 10px 20px 0; }
#MB_window .close{ 
    display:block;
	background:url(../images/product/but-close.gif) no-repeat left top;
	width:47px;
	height:12px;
	text-indent:-2000em;
	cursor:pointer;
    float:right;
    bottom:auto !important;
}


#MB_window[id] { position: fixed!important; }

#MB_frame {
	position:relative;
	background-color: transparent;
	height:100%;
    clear:both;
}
#MB_loading {
    padding:20px;
    height:100px !important;
    text-indent: -10000px;
    background: transparent url(../images/spinner.gif) 50% 45% no-repeat;
}
