#progrbn
{
height:9px;
position:fixed;
width:100%;
top:0;
z-index:999999;
}


#progrbn SPAN
{
display: inline-block;
height: 9px;
background-color: #000000;
width: 0px;
position: absolute;
top: 0;
transition:width 350ms;
}


