﻿.StatusDiv {
    width: 75px;
    height: 35px;
    float: left;
}

.StatusTitle {
    width: 100%;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

.StatusTitle1 {
    width: 100%;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color:red;
}

.StatusDiv0 {
    width: 100%;
    height: 35px;
    background: url(Img/StatusImg.png) repeat-x 50% 50%;
    padding-top: 5px;
}

.StatusDivNum0 {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: auto;
    background-color: #64bd2e;
    border-radius: 15px;
    text-align: center;
    color: white;
}

.StatusDiv1 {
    width: 100%;
    height: 35px;
    background: url(Img/StatusImg1.png) repeat-x 50% 50%;
    padding-top: 5px;
}

.StatusDivNum1 {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: auto;
    background-color: #dddddd;
    border-radius: 15px;
    text-align: center;
    color: black;
}
