.profile-progressbar
{
border-radius: 2px;
border-top: 1px solid #A6A6A6;
border-right: 1px solid #121212;
border-bottom: 1px solid #0B0B0B;
border-left: 1px solid #121212;
height: 20px;
background: url(../img/wierd_science/background.png) repeat-x;
position: relative;
text-align: center;
overflow: hidden;
}
.profile-progressbar-complete
{
height: 20px;
background: url(../img/wierd_science/complete.png) repeat-x;
position: absolute;
z-index: 10;
}
.profile-progressbar-caption
{
position: absolute;
z-index: 11;
color: white;
}