.statusbar {
    position: fixed;
    bottom: 5px;
    left: 0px;
    right: 0px;
    height: 16px;    
    padding: 5px;
    background: red;
    color: white;    
    border: solid 1px #C8C8C8;
    opacity: .70;    
    filter: alpha(opacity="60");
    z-index: 200;    
    overflow: hidden;
    overflow-y: auto;
    text-align:center; 
    /*font-weight:bold;*/
}

.statusbarclose {
    position: absolute;
    right: 10px; 
    top: 4px;
    color:white;
    font-size: 10pt;
    font-weight: bold;
    cursor: pointer;
}
