﻿#Product_Feedback {
}

    #Product_Feedback .ProductName {
        color: #1a489d;
        font-weight: bold;
        font-size: 26px;
    }

        #Product_Feedback .ProductName::before {
            content: "\f112";
            font-family: FontAwesome;
            font-size: 20px;
            padding: 10px;
        }

        #Product_Feedback .ProductName:hover {
            color: #2386cb;
        }

    #Product_Feedback table {
        font-size: 16px;
        color: #666;
        margin-top: 10px;
    }

        #Product_Feedback table tr {
            height: 40px;
        }

            #Product_Feedback table tr th {
                text-align: right;
                padding-right: 10px;
                width: 80px;
            }

            #Product_Feedback table tr td {
                width: 600px;
            }

                #Product_Feedback table tr td input,
                #Product_Feedback table tr td textarea {
                    border-radius: 5px;
                    padding: 8px;
                    border: 1px solid #bbb;
                }

                #Product_Feedback table tr td input {
                    width: 30%;
                }

                    #Product_Feedback table tr td input.ValidCode {
                        width: 20%;
                    }

                #Product_Feedback table tr td textarea {
                    margin-top: 3px;
                    resize: none;
                    width: 70%;
                }

            #Product_Feedback table tr:nth-child(5) img {
                position: absolute;
                margin: 4px 0 0 7px;
            }

    #Product_Feedback .Submit {
        display: block;
        margin-left: 240px;
        width: 100px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background: #C90E12;
        color: #fff;
        border-radius: 5px;
    }

/*--------------------
         RWD
----------------------*/


@media screen and (min-width:601px) and (max-width:960px) {
    #Product_Feedback table tr th {
        width: 100px;
    }

    #Product_Feedback table tr td {
        width: 500px;
    }

        #Product_Feedback table tr td input {
            width: 40%;
        }

            #Product_Feedback table tr td input.ValidCode {
                width: 30%;
            }

        #Product_Feedback table tr td textarea {
            width: 80%;
        }

    #Product_Feedback .Submit {
        margin: 0 auto;
    }
}

@media screen and (min-width:320px) and (max-width:600px) {
    #Product_Feedback table tr th {
        width: 140px;
    }

    #Product_Feedback table tr td {
        width: 400px;
    }

        #Product_Feedback table tr td input {
            width: 90%;
        }

            #Product_Feedback table tr td input.ValidCode {
                width: 60%;
            }

        #Product_Feedback table tr td textarea {
            width: 90%;
        }

    #Product_Feedback .Submit {
        margin: 0 auto;
    }
}
