﻿body {
}

.color1 {
    color: #0b8dd0 !important;
}

.color2 {
    color: #f26109;
}

.color3 {
    color: #82ac12;
}

.color4 {
    color: #ee154e;
}

.color5 {
    color: #f01b4a;
}

.padding_20 {
    padding: 20px;
}

.hr20 {
    height: 20px;
    overflow: hidden;
    clear: both;
}

.yjfk_ceng {
    background: url(/UIA/Images/RJFeedback02.png) repeat left top;
    width: 440px;
    height: 100%;
    overflow: hidden;
}

    .yjfk_ceng .bd {
        background: #f2f2f2;
        height: 100%;
        overflow: hidden;
    }

        .yjfk_ceng .bd h1 {
            height: 100%;
            overflow: hidden;
            background: #e5004c url(/UIA/Images/RJFeedback14.jpg) repeat-y left top;
        }

            .yjfk_ceng .bd h1 span {
                font-size: 14px;
                color: #FFF;
                float: left;
                padding-left: 20px;
                line-height: 40px;
            }

            .yjfk_ceng .bd h1 a.close_01 {
                width: 24px;
                height: 24px;
                overflow: hidden;
                display: block;
                float: right;
                text-align: center;
                margin-right: 16px;
                margin-top: 13px;
                background:url('/UIA/Images/RJFeedback03.png') no-repeat;
            }

                .yjfk_ceng .bd h1 a.close_01 img {
                    margin-top: -20px;
                }

            .yjfk_ceng .bd h1 a:hover.close_01 {
                background: #b4003c;
            }

        .yjfk_ceng .bd .padding_20 {
            color: #646464;
            line-height: 24px;
        }

            .yjfk_ceng .bd .padding_20 input, .yjfk_ceng .bd .padding_20 textarea {
                line-height: 24px;
            }

            .yjfk_ceng .bd .padding_20 .ts {
                color: #8b8b8b;
            }

            .yjfk_ceng .bd .padding_20 .an {
                width: 100px;
                height: 36px;
                overflow: hidden;
                background: #e60038;
                font-size: 14px;
                color: #FFF;
                line-height: 36px;
                border: 0px;
                float: right;
                text-align: center;
            }

            .yjfk_ceng .bd .padding_20 a:hover.an {
                background: #b3002c;
                text-decoration: none;
            }

            .yjfk_ceng .bd .padding_20 .anniu {
                height: 100%;
                overflow: hidden;
            }

                .yjfk_ceng .bd .padding_20 .anniu span {
                    line-height: 36px;
                    font-size: 12px;
                    float: left;
                    color: #e60022;
                }

            .yjfk_ceng .bd .padding_20 .bt1 {
                font-size: 14px;
                color: #9eca44;
                line-height: 36px;
                font-weight: bold;
            }

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 10%;
    left: 30%;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.white_content_small {
    display: none;
    position: absolute;
    top: 20%;
    left: 30%;
    width: 40%;
    height: 50%;
    border: 16px solid lightblue;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.mess_div {
    background: rgba(196,196,196,0.5);
    position: fixed !important;
    z-index: 1005;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .mess_div div {
        padding: 8px 10px 8px 10px;
        position: fixed;
        margin-top: 8%;
        margin-left: 20%;
        z-index: 100;
        background: #fff;
        line-height: 30px;
        color: #000;
        width: 55%;
        height: 73%;
        font-size: 12px;
        border-radius: 3px;
        border: 1px solid darkgrey;
    }

.mess_title {
    background: #F2F4F5;
    padding: 8px 0 8px 0;
    font-weight: bold;
    font-size: 14px;
}

#TB_closeWindowButton span {
    color: white;
    background-color: cadetblue;
    padding: 5px 10px 5px 10px;
}

    #TB_closeWindowButton span:hover {
        background-color: #4A7B7C;
    }

.mess_close {
    float: right;
    padding-right: 10px;
    cursor: pointer;
}
