.profile-progressbar
{
border-radius: 2px;
border-top: 1px solid #7A8FE0;
border-right: 1px solid #627ADA;
border-bottom: 1px solid #233894;
border-left: 1px solid #081135;
height: 20px;
background: url(../img/rain/background.png) repeat-x;
position: relative;
text-align: center;
overflow: hidden;
}
.profile-progressbar-complete
{
height: 20px;
background: url(../img/rain/complete.png) repeat-x;
position: absolute;
z-index: 10;
}
.profile-progressbar-caption
{
position: absolute;
z-index: 11;
}