﻿.frontInquiry_add {
    text-align: left;
    margin: 0 auto;
    width: 100%;
    clear: both;
    overflow: hidden;
}

FORM {
    padding-bottom: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    display: block;
}

.frontInquiry_add .inquiryform TABLE {
    margin-bottom: 30px;
}

.tablestyle {
    width: 100%;
}

table {
    display: table;
    /*border-collapse: separate;*/
    border-spacing: 2px;
    border-color: grey;
}

.frontInquiry_add .box {
    margin-bottom: 20px;
    width: 100%;
    background-color: #f8f8f8;
}

    .frontInquiry_add .box H3 {
        line-height: 35px;
        font-size: 12px;
        font-weight: bold;
        padding-left: 25px;
        padding: 12px;
    }

.frontInquiry_add .inquiryform TABLE {
    margin-bottom: 30px;
}

    .frontInquiry_add .inquiryform TABLE TH {
        text-align: center;
        line-height: 32px;
        height: 32px;
        color: #fff;
        font-weight: normal;
        background-color: #67c823;
    }

    .frontInquiry_add .inquiryform TABLE TD {
        border-bottom: #dedede 1px solid;
        height: 70px;
        font-size: 12px;
        background-color: #fff;
    }

        .frontInquiry_add .inquiryform TABLE TD IMG {
           height: 64px;
        }

    .frontInquiry_add .inquiryform TABLE .number {
        text-align: center;
        width: 10%
    }

    .frontInquiry_add .inquiryform TABLE .name {
        text-align: center
    }

    .frontInquiry_add .inquiryform TABLE .pic1 {
        text-align: center;
        padding-bottom: 6px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 6px
    }

    .frontInquiry_add .inquiryform TABLE .pic IMG {
        width: 70px;
        height: 70px
    }

    .frontInquiry_add .inquiryform TABLE .quantity {
        text-align: center;
        width: 12%
    }

    .frontInquiry_add .inquiryform TABLE .price {
        text-align: center;
        width: 19%
    }

    .frontInquiry_add .inquiryform TABLE .operate {
        width: 12%;
    }

        .frontInquiry_add .inquiryform TABLE .operate a {
            color: #0026ff;
        }

.frontInquiry_add .input {
    border-bottom: #ddd 1px solid;
    text-align: center;
    border-left: #ddd 1px solid;
    width: 20px;
    height: 17px;
    font-size: 12px;
    border-top: #ddd 1px solid;
    border-right: #ddd 1px solid
}

.frontInquiry_add .input2 {
    text-align: right;
    width: 70px;
    padding-right: 5px
}

.frontInquiry_add .input3 {
    text-align: left;
    width: 165px;
    color: #999
}

.frontInquiry_add A {
    vertical-align: middle;
}
