



























#popup_absolute_container{    
    z-index:99;
    position: absolute;
}

.popup_content{
    background: #fffceb;
    padding-bottom: 3px;
}

.popup_corners{
    height:26px;
    width:26px;
}

.popup_spacer {
    height:26px;
    width:26px;
}

.popup_corners.lt{
    background: url(http://static.rb.ru/09/2010/img/popup_top_left.png) no-repeat;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.rb.ru/09/2010/img/popup_top_left.png', sizingMethod='crop');
}    
.popup_corners.rt{
    background: url(http://static.rb.ru/09/2010/img/popup_top_right.png) no-repeat;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.rb.ru/09/2010/img/popup_top_right.png', sizingMethod='crop');                 
}
.popup_corners.lb{
    background: url(http://static.rb.ru/09/2010/img/popup_bot_left.png) no-repeat;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.rb.ru/09/2010/img/popup_bot_left.png', sizingMethod='crop');                     
}
.popup_corners.rb{
    background: url(http://static.rb.ru/09/2010/img/popup_bot_right.png) no-repeat;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.rb.ru/09/2010/img/popup_bot_right.png', sizingMethod='crop');                     
}

.popup_spacer.t{
    background: url(http://static.rb.ru/09/2010/img/popup_top_spacer.png) no-repeat;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.rb.ru/09/2010/img/popup_top_spacer.png', sizingMethod='crop');
}
.popup_spacer.tarr{
    background: url(http://static.rb.ru/09/2010/img/popup_arr_top.png) no-repeat;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.rb.ru/09/2010/img/popup_arr_top.png', sizingMethod='crop');
}
.popup_spacer.b{
    background: url(http://static.rb.ru/09/2010/img/popup_bot_spacer.png) no-repeat;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.rb.ru/09/2010/img/popup_bot_spacer.png', sizingMethod='crop');
}
.popup_spacer.barr{
    background: url(http://static.rb.ru/09/2010/img/popup_arr_bot.png) no-repeat;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.rb.ru/09/2010/img/popup_arr_bot.png', sizingMethod='crop');
}
.popup_spacer.l{
    background: url(http://static.rb.ru/09/2010/img/popup_left_spacer.png) no-repeat;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.rb.ru/09/2010/img/popup_left_spacer.png', sizingMethod='crop');
}        
.popup_spacer.larr{
    background: url(http://static.rb.ru/09/2010/img/popup_arr_left.png) no-repeat;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.rb.ru/09/2010/img/popup_arr_left.png', sizingMethod='crop');
}        
.popup_spacer.r{
    background: url(http://static.rb.ru/09/2010/img/popup_right_spacer.png) no-repeat;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.rb.ru/09/2010/img/popup_right_spacer.png', sizingMethod='crop');
} 
.popup_spacer.rarr{
    background: url(http://static.rb.ru/09/2010/img/popup_arr_right.png) no-repeat;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.rb.ru/09/2010/img/popup_arr_right.png', sizingMethod='crop');
} 