style.css 600 Bytes
.form-total-title{
    float: left;
    margin-right: 10px;
    line-height: 34px;
    color: #f19149;
}
.form-total{
    float: left;
    width: 500px;
    line-height: 34px;
}
.form-total .fc-yellow-2{
   color: #f19149;
}
.form-total span{
    padding:0px 5px;
    display: inline-block;
    width: 25px;
}
 .total-money{
    height: 34px;
    border-bottom: 1px solid #f6b033;
    float: right;
    width: 125px;
    margin-right: 25px;
    white-space:normal;
    overflow: hidden;
    line-height: 34px;
     text-align: right;
}
 .form-total-title{
     float: left;
     line-height: 34px;
 }