﻿ table, table th, table td, table tr, table .even td, table .hover td
        {
            background: none;
            background-color: #fff;
            border: none;
        }
        .feedback_item_title
        {
            text-align: right;
            width: 260px;
        }
        .feedback_item_title span
        {
            color: #FF6600;
        }
        .feedback_item_input
        {
            text-align: left;
        }
        .input
        {
            height: 24px;
            line-height: 24px;
        }
        .feedback_items
        {
            width: 100%;
            float: left;
        }
        .feedback_items li
        {
            width: 100%;
            float: left;
            padding-top: 15px;
        }
        .feedback_items .feedback_items_title
        {
            width: 100%;
            float: left;
            height: 32px;
            line-height: 32px;
        }
        .feedback_items_comment
        {
            width: 94%;
            float: left;
            background-color: #F8F8F8;
            border: 1px solid #9BE3F9;
            line-height: 24px;
            padding: 10px;
            padding-top: 5px;
            padding-bottom: 5px;

        }
        .feedback_items_comment span
        {
            color: #0066CC;
        }
        .f_personal, .f_time, .f_mail
        {
            padding-left: 20px;
            width: 15%;
            float: left;
        }
        .f_personal
        {
            background: url('../img/pic-personal.gif') no-repeat 0 center;
        }
        .f_time
        {
            background: url('../img/pic-time.gif') no-repeat 0 center;
        }
        .f_mail
        {
            background: url('../img/pic-mail.gif') no-repeat 0 center;
        }