.cyan-progress-message {
    font-size: 12px;
    text-indent: 15px;
    width: 100%;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cyan-progress-progress {
    position: relative;
    height: 22px;
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #888888;
}

.cyan-progress-progress-bar {
    float: left;
    height: 22px;
    background: #dddddd;
}

.cyan-progress-progress-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
}