.progressBar {  
    width: 102px;  
    height: 7px;  
    border: 1px solid #ccc;  
    padding: 0;  
    margin: 0;
    position: relative;  
    background-image: url("/images/progress_bar.gif");  
    background-repeat: repeat-x;  
} 
 
.progressBar div {  
    background-color: #fff;  
}

.progressBar.remoteJob {
	width: 100%;
}
