﻿body {
    background-color: #f8f8f8;
}

.banner {
    background: url('../images/banner/feedback.jpg') no-repeat center bottom;
}

.formitem {
    font-size: 14px;
    text-align: right;
    padding: 10px 0;
    font-weight: bold;
}

    .formitem span {
        color: red;
    }

.caselist li {
    line-height: 40px;
}

    .caselist li .caseitem {
        border-bottom: 1px solid #ddd;
        padding: 20px;
        margin-bottom: 10px;
        font-size: 16px;
    }

.casemore li {
    line-height: 20px;
}

    .casemore li .moreitem {
        padding: 5px;
        margin-bottom: 5px;
        font-size: 14px;
    }


.category li {
    line-height: 26px;
}


.category li {
    padding: 10px;
    font-size: 18px;
    background-color: #f3f3f3;
    text-align: center;
}

.category .current {
    border-left: 5px solid #FF7404;
    background-color: #fff;
}

.category li a {
    text-decoration: none;
    display: block;
}

.alertmsg {
   color:red;
}
