﻿.feedback {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

    .feedback p {
        height: 50px;
        line-height: 50px;
        margin-left: 20%;
    }

        .feedback p.feedback_content {
            height: auto;
            overflow: hidden;
            padding-bottom: 15px;
        }






        .feedback p .feedback_text_mini2 {
            height: 32px;
            border: 1px solid #e5e5e5;
            width: 15%;
            margin-left: 0px;
            text-indent: 10px;
        }

        .feedback p .feedback_text_mini {
            height: 30px;
            border: 1px solid #e5e5e5;
            width: 45%;
            margin-left: 20px;
            text-indent: 10px;
        }

            .feedback p .feedback_text_mini:focus {
                outline: none;
                border: 1px solid #007ACC;
            }







        .feedback p .feedback_text {
            height: 30px;
            border: 1px solid #e5e5e5;
            width: 60%;
            margin-left: 20px;
            text-indent: 10px;
        }

            .feedback p .feedback_text:focus {
                outline: none;
                border: 1px solid #007ACC;
            }

        .feedback p strong {
            color: #666;
        }

            .feedback p strong.strong_textarea {
                float: left;
            }

        .feedback p textarea {
            float: left;
            width: 60%;
            height: 80px;
            border: 1px solid #e5e5e5;
            margin-left: 20px;
            margin-top: 12px;
            text-indent: 10px;
        }

            .feedback p textarea:focus {
                outline: none;
                border: 1px solid #007ACC;
            }


.code_text {
    height: 30px;
    border: 1px solid #e5e5e5;
    width: 100px;
    margin-left: 20px;
    text-indent: 10px;
}

.feedback p .code_text:focus {
    outline: none;
    border: 1px solid #007ACC;
}

.code_img {
    height: 32px;
    width: 74px;
    vertical-align:middle;
    margin-left:5px;
}

.feedback_btn {
    width:306px;
    margin:20px auto;

}
.ok_btn {
    height:35px;
    width:140px;
    background:#007ACC;
    border:none;
    color:#fff;
    font-family:"微软雅黑";
    font-size:14px;
    border-radius:2px;
    cursor:pointer;

}
    .ok_btn:hover {
        background: #278d35;
    }

.rt_btn {
    height:35px;
    width:140px;
    background:#b8b6b6;
    border:none;
    color:#fff;
    font-family:"微软雅黑";
    font-size:14px;
    margin-left:20px;

    border-radius:2px;
    cursor:pointer;


}
    .rt_btn:hover {
        background:#989696;
    }

