
.drawBox {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.drawBox .drawLoading {
    width: 200px;
    height: 200px;
    background: transparent url("../images/39.GIF") center center no-repeat;
    margin: 80px auto 30px;
    line-height: 200px;
    text-align: center;
    font-size: 21px;
    color: #e05e2a;
    font-weight: bold;

}

.drawBox .drawMessage {
    font-size: 37px;
    font-weight: 300;
    text-align: center;
    color: #e05e2a;
    font-family: "Open Sans", sans-serif;
}

.drawList {

}