/*文字居右*/
.ta_right{
    text-align: right;
}
/*文字居左*/
.ta_left{
    text-align: left;
}
/*文字居中*/
.ta_center{
    text-align: center;
}
/*字体红色*/
.color_red{
    color: red;
}
/*宽度 170px*/
.input_width_250{
    width: 250px;
}
/*宽度 170px*/
.input_width_170{
    width: 170px;
}
.input_width_140{
    width: 140px;
}
.input_width_120{
    width: 120px;
}

/* 必填提示 */  /* 必填提交    notNull */
.not-null:after{
    content: '*';
    color: red;
    font-weight: bold;
}

.display-inline{
    display: inline;
}
.btn-custom-cancel {
    float: right;
    margin-left: 10px;
}