div.prevista_bar{
    height: 39px;    
    background-color: #CCC;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 100px;
    line-height: 39px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    border-bottom: 1px solid #646464;    
    }
    
/* IE6 POSITION FIXED HACK */
* html div.prevista_bar { /*\*/position: absolute; top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ } 

div.prevista_bar_logo{
    color:       #FFF;
    font-weight: bold;
    background-color: #646464;
    height:      39px;
    width:       3em;
    float:       left;
    line-height: 39px;
    text-align:  center;
    }

div.prevista_bar_main{
    color:  white;
    height: 2em;
    line-height: 2em;
    text-align: right;
    width:  100%;
    }

