﻿.labelbutton {
    background-color: #fdfdfd;
    color: #666;
    font-size: .23rem;
    padding: 5px 7px;
    border: 1px solid #c1c0c0;
    border-radius: .05rem;
}

.searchbutton {
    width: 30%;
    background-color: #559c8d;
    color: #fff;
    font-size: .23rem;
    /*line-height: 240%;*/
    padding: 3.4% 0;
    border-radius: .05rem;
    text-align: center;
    cursor: pointer;
    border: 1px solid #559c8d;
}

.searchcancel {
    width: 30%;
    background-color: #e1e1e1;
    color: #666;
    font-size: .23rem;
    /*line-height: 240%;*/
    padding: 3.4% 0;
    border-radius: .05rem;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e1e1e1;
}

.selectedLine {
    border-top: 1px solid #c1c0c0;
    height: 30px;
    line-height: 30px;
    padding-left: 1.7%;
}

.selectedAmountLine {
    height: 30px;
    line-height: 30px;
    padding-left: 2%;
    border-top: 1px solid #ddd;
}

.TangkuangButton {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 10px 20px;
    width: 30%;
    float: right;
    position: absolute;
    background-color: #559c8d;
    color: #fff;
}
