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