



























/* for new hint */
#hint_absolute_container {
    position: absolute; 
    top: 0px; 
    left: 0px; 
    display: none;
    z-index: 99999;
}

#hint_html_container {
    padding: 2px 10px 2px 14px;
    text-align: left;
}

.hint_top {
    background: scroll transparent url(http://static.rb.ru/09/2010/img/hint_old_top.png) 0 0 no-repeat; 
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.rb.ru/09/2010/img/hint_old_top.png', sizingMethod='crop'); 
    width: 280px; 
    height: 11px; 
    font-size: 1px;
}

/*
.hint_spacer {
    background: scroll transparent url(http://static.rb.ru/09/2010/img/hint_old_spacer.png) 0 0 repeat-y; 
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.rb.ru/09/2010/img/hint_old_spacer.png', sizingMethod='crop');
}
*/

.hint_center {
    background: scroll transparent url(http://static.rb.ru/09/2010/img/hint_old_spacer.png) 0 0 repeat-y;
    _background: none;    
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.rb.ru/09/2010/img/hint_old_spacer.png', sizingMethod='crop'); 
    width: 280px;
}

.hint_bottom {
    background: scroll transparent url(http://static.rb.ru/09/2010/img/hint_old_bottom.png) 0 0 no-repeat; 
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.rb.ru/09/2010/img/hint_old_bottom.png', sizingMethod='crop'); 
    width: 280px; 
    height: 23px;
}