._Progress {
    border: 1px solid #CDCABB;
    background: #EEEEEE;
    width: 200px; 
    height: 24px;
}

._Progress ._ProgressBar {
    background: #2222FF;
}

._Progress ._ProgressText {
    font-weight: bold;
    font-size: 12px;
    position: absolute;
}

._Progress ._ProgressText0 {
    color: #000000;
}

._Progress ._ProgressText50 {
    color: #888888;
}

._Progress ._ProgressText100 {
    color: #FFFFFF;
}
