.diagram{
    width:100%;
    min-height: 80px;
    text-align:center;
    overflow:auto;
    background: #fff;
    margin:0;
}

.diagram div{
    margin:0;
    padding:0;   
    width:48px;
}

.past{
    float:left;
    background:url(../images/progress_bar/steps_past.png) no-repeat center top;
}

.going{
    float:left;
    background:url(../images/progress_bar/steps_going.png) no-repeat center top;
}

.coming{
    float:left;
    background:url(../images/progress_bar/steps_coming.png) no-repeat center top;
}
.arrow{
    width: 30px !important;
    height: 45px;
    float:left;
    background:url(../images/progress_bar/steps_arrow.png) no-repeat center;
}
.seq{
    font-size:18px;
    height:45px;
    line-height:45px;
    font-family:"宋体";
    font-weight:bold;
    color:White;
    width:100%;
}
.txt{
    font-size:12px;
    color:Black;
    min-height:35px;
    text-indent:0px;
    text-align:center;
    width:100%;
}

#xmlct{
    border: 0px !important;
}

