﻿body {
    margin: 0px;
    padding: 0px;
    background-color: #EFEFEF;
    font-family: Arial, Helvetica, sans-serif;
}

.InquiryTitle {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    background-image: url(/IMAGES/ITEM_BG2.jpg);
    background-repeat: repeat-x;
}

    .InquiryTitle span {
        margin-left: 20px;
        letter-spacing: 0px;
    }

.InquiryContent {
    width: 100%;
    min-height: 170px;
    display: block;
    overflow: hidden;
    background-color: #e7e7e7;
}

    .InquiryContent .photo {
        float: left;
        width: 200px;
        height: 160px;
        border: 5px solid #CFCFCF;
        background-color: #EFEFEF;
        display: block;
        overflow: hidden;
        margin: 10px;
    }

    .InquiryContent .info {
        float: left;
        width: 460px;
        height: 170px;
        right: 10px;
        margin-top: 10px;
        display: block;
        overflow: hidden;
        font-size: 14px;
        line-height: 20px;
        position: absolute;
    }

        .InquiryContent .info .title {
            letter-spacing: 0px;
            color: #444;
            border-bottom: 2px solid #dcdcdc;
            margin: 0px 0px 10px 0px;
            padding: 0px;
        }

            .InquiryContent .info .title h1 {
                font-size: 16px;
                font-weight: bold;
                line-height: 30px;
                letter-spacing: 0px;
                color: #275f6b;
                margin: 0px 5px 0px 5px;
                padding: 0px;
            }

        .InquiryContent .info .msg {
            margin-left: 5px;
            margin-right: 5px;
            line-height: 25px;
        }

            .InquiryContent .info .msg h2 {
                font-size: 14px;
                line-height: 18px;
            }

.InquiryContact {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    background-image: url(/IMAGES/ITEM_BG2.jpg);
    background-repeat: repeat-x;
}

    .InquiryContact span {
        margin-left: 20px;
        letter-spacing: 0px;
    }

.InquiryContactTable table {
    background-color: #666666;
}

    .InquiryContactTable table tr td {
        background-color: #FFFFFF;
    }

        .InquiryContactTable table tr td.title {
            font-size: 12px;
            font-weight: bold;
            width: 110px;
            background-color: #DDDDDD;
            text-align: right;
        }

        .InquiryContactTable table tr td.title1 {
            font-size: 12px;
            font-weight: bold;
            width: 80px;
            background-color: #DDDDDD;
            letter-spacing: 0px;
            text-align: right;
        }

            .InquiryContactTable table tr td.title span, .InquiryContactTable table tr td.title1 span {
                color: #F00;
                font-weight: bold;
                font-size: 18px;
            }

        .InquiryContactTable table tr td.msg {
            width: 233px;
        }

        .InquiryContactTable table tr td.msg1 {
            width: 567px;
        }

        .InquiryContactTable table tr td input {
            width: 210px;
            letter-spacing: 0px;
            resize: none;
        }

            .InquiryContactTable table tr td input.input1, .InquiryContactTable table tr td textarea.input1 {
                width: 545px;
                letter-spacing: 0px;
                resize: none;
            }

.InquiryContactTable .submit {
    position: absolute;
    width: 100px;
    height: 25px;
    margin-top: 3px;
    right: 10px;
}