#progressBar { 
    padding-top: 5px;
}

#progressBarText {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
    
#progressBarBox { 
    width: 500px;
    height: 15px;
    border:1px solid #D2CBB4;
    border-style: solid;
    background-color: #eeeeee;
    margin-left: auto;
	margin-right: auto;
}
    
#progressBarBoxContent { 
    background-color: #0052A4;
    height: 15px;
}