#pgrbarframe
{
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
    position: absolute;
    z-index: 12000;
    background-color: white;
}

#pgrbarframe .bartitle
{
	width: 100%;
	text-align: center;
    display: block;
    margin: 8px;	
}

#pgrbarframe .barbox
{
    width: 80%; 
    border: 1px solid #777777;
    margin: 0px auto; 
    height: 18px;   
    background-color: white;
}

#pgrbarframe .pgrbar
{
    width: 0%; 
    background-color: #1b406d;
    height: 18px;   
}
