#profile_progress {
    float: left;
    width: 100px;
    height: 18px;

    background: red;
    border: 1px solid white;
}
#profile_progress .bar {
    width: 20%;
    height: 18px;

    background: green;
}