.public-btn-color{
    background-color: #c4251c;
    color: #ffffff;
    background: -webkit-linear-gradient(top,#c4251c 0,#d69f47 100%);
    background: -moz-linear-gradient(top,#c4251c 0,#d69f47 100%);
    background: -o-linear-gradient(top,#c4251c 0,#d69f47 100%);
    background: linear-gradient(to bottom,#c4251c 0,#d69f47 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c4251c,endColorstr=#d69f47,GradientType=0);
}
.public-div-loading{
    color: #999999;font-size: 14px;padding: 5px 0px;display: none
}