.control-label{
    font-weight: bold;
    float: left;
    width: 70px;
}

.mask {
    background: gray;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    filter: alpha(opacity=90);
    opacity: 0.9 !important;
    z-index: 2;
}

.tipsbox {
    width:520px;
    height:320px;
    background-color:#FFFFFF;
    margin: auto;
    position: absolute;
    z-index:3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;;
}

.p-txt{
    font-size: 16px;
    padding-left: 10px;
}

.messageBox{
    width:520px;
    height:160px;
    background-color:#FFFFFF;
    margin: auto;
    position: absolute;
    z-index:3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display:block;
}

.productMoney{
    margin: 20px 0;
    background-color:#F3F3F3 ;
    padding: 8px 4px;
    width: 61% !important;
}
.productPrice{
    color: #E53E26;
    padding-right: 20px;
    font-size: 25px !important;
}

.selectProduct{
    display: inline-block;
    /*width: 120px;*/
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border: 1px solid #888;
    margin: 0 20px 0 0;
    /*margin-right: 20px;*/
    padding: 0 10px 0 10px;
}

.numBox{
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    margin-top: -4px;
}

.cal{
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: large;
    line-height: 30px;
    text-align: center;
    border: 1px solid #888;
    cursor: pointer;
}

.taxType{
    display: inline-block;
    /*width: 120px;*/
    height: 30px;
    line-height: 30px;
    /*cursor: pointer;*/
    /*border: 1px solid #888;*/
    margin: 0 20px 0 0;
    padding: 0 10px 0 10px;
}

.active{
    color: red;
    border: 1px solid red;
}
.payment .img-rounded{
    height: 30px;
}
.payment-logo{
    height: 40px;
    line-height: 40px;
    width: 150px;
    margin: 10px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    box-shadow: 1px 3px 5px #ccc;
}
.payment-logo:hover{
    box-shadow: 2px 4px 20px #bbb;
}
