



























#freezer_window {       
    position: fixed;
    z-index: 1001;
    display: block;
    text-align: left;
    top:50%;
    left:50%;
    height: 1px;
    width: 1x;
    background-color: red;
}    

* html #freezer_window { /* ie6 hack */
    position: absolute; 
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) +  ( (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) / 2 ) + 'px');
}

#freezer_animation {
    display: block;
    margin-left: -32px; 
    margin-top: -32px;
    height: 64px;
    width: 64px;
    background-image: url(http://static.rb.ru/09/2010/img/freeze00.gif);
    position: absolute;
}

#freezer_animation_IE7 {
    display: block;
    margin-left: -32px; 
    margin-top: -32px;
    height: 64px;
    width: 64px;
    background-image: url(http://static.rb.ru/09/2010/img/freeze00.gif);
    z-index: 2001;
    top: 50%;
    left: 50%;
    position: fixed;
}

* html #freezer_animation { /* ie6 hack */
    position: absolute; 
    margin-top: expression(300 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
    margin-left: expression(0 - parseInt(this.offsetWidth / 2) + parseInt( (document.documentElement && document.documentElement.offsetWidth || document.body.offsetWidth) / 2 ) + 'px');
}

#freezer_overlay {
    position: fixed;
    z-index:1000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    display: none;
    
    background-color:#000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.freezer_overlayFor_Mac {background: url(http://static.rb.ru/09/2010/img/macFFBgHack.png) repeat;}

* html #freezer_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#freezer_iframe_fix_for_ie {
    z-index:999;
    /*position:fixed; */
    top: 0;
    left: 0;
    background-color: #fff;
    border:none;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

* html #freezer_iframe_fix_for_ie { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
