
.pro_bg {
    float: left;
    margin: 0 15px 10px;
    width: 709px;
}
.pro_bg_small {
    float: left;
    margin: 0 19px 10px;
    width: 380px;
}
.ui-progress-bar {
    background: linear-gradient(#9DA5B0 0%, #B6BCC6 100%) repeat scroll 0 0 transparent;
    border-radius: 35px 35px 35px 35px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5) inset, 0 1px 0 0 #FFFFFF;
    height: 12px;
    padding-right: 2px;
    position: relative;
}
.ui-progress {
    background: none repeat scroll 0 0 #4383FF;
    border: 1px solid #0b47ba;
    border-radius: 35px 35px 35px 35px;
    display: block;
    height: 12px;
    overflow: hidden;
    position: relative;
}
.ui-progress span.ui-label {
    color:#4383ff;
    font-size: 1.2em;
    line-height: 33px;
    padding-right: 12px;
    position: absolute;
    right: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
    white-space: nowrap;
}
