﻿/**红色指示层**/
.red_box {
    width: auto;
    height: auto;
    float: left;
    position: absolute;
    top: 10px;
    left: 20px;
}

    .red_box .cover_box_skin {
        width: auto;
        height: auto;
        padding: 4px 14px;
        position: relative;
        float: left;
    }

    .red_box .confirm_box {
        width: auto; /*max-width:200px;*/
        height: auto;
        border: #fdcdcd solid 1px;
        padding: 2px;
        background: #fef9f9;
        float: left;
    }

    .red_box .cover_up {
        width: 9px;
        height: 5px;
        background-position: 0px -21px;
        position: absolute;
        top: 0px;
        left: 10px;
    }

    .red_box .cover_down {
        width: 9px;
        height: 5px;
        background-position: 0px -26px;
        position: absolute;
        bottom: 0px;
        left: 10px;
    }

    .red_box .cover_left {
        width: 0px;
        height: 0px;
        background-position: 0px -32px;
        position: absolute;
        left: 0px;
        top: 10px;
    }

    .red_box .cover_right {
        width: 5px;
        height: 9px;
        background-position: -5px -32px;
        position: absolute;
        right: 0px;
        top: 10px;
    }

    .red_box .cover_box_icon {
        width: 14px;
        height: 16px;
        background-position: -11px 0px;
        float: left;
        margin: 4px 0px 0px 4px;
        _display: inline;
    }

    .red_box .cover_BG {
        background: url("/common_images/tip_err.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        overflow: hidden;
    }

    .red_box .cover_box_info {
        width: auto;
        height: auto;
        float: left;
        margin: 0px 5px 0px 6px;
        line-height: 20px;
        color: #ff4f4f;
    }
/**绿色指示层**/
.green_box {
    width: auto;
    height: auto;
    float: left;
    position: absolute;
    top: 10px;
    left: 20px;
}

    .green_box .cover_box_skin {
        width: auto;
        height: auto;
        padding: 4px 14px;
        position: relative;
        float: left;
    }

    .green_box .confirm_box {
        width: auto; /*max-width:200px;*/
        height: auto;
        border: #00be00 solid 1px;
        padding: 2px;
        background: #e6ffe6;
        float: left;
    }

    .green_box .cover_up {
        width: 9px;
        height: 5px;
        background-position: 0px -21px;
        position: absolute;
        top: 0px;
        left: 10px;
    }

    .green_box .cover_down {
        width: 9px;
        height: 5px;
        background-position: 0px -26px;
        position: absolute;
        bottom: 0px;
        left: 10px;
    }

    .green_box .cover_left {
        width: 0px;
        height: 0px;
        background-position: 0px -32px;
        position: absolute;
        left: 0px;
        top: 10px;
    }

    .green_box .cover_right {
        width: 5px;
        height: 9px;
        background-position: -5px -32px;
        position: absolute;
        right: 0px;
        top: 10px;
    }

    .green_box .cover_box_icon {
        width: 15px;
        height: 16px;
        background-position: -11px 0px;
        float: left;
        margin: 4px 0px 0px 4px;
        _display: inline;
    }

    .green_box .cover_BG {
        background: url("/common_images/tip_ok.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        overflow: hidden;
    }

    .green_box .cover_box_info {
        width: auto;
        height: auto;
        float: left;
        margin: 0px 5px 0px 6px;
        line-height: 20px;
    }

.emailAutoParent .auto-tip li {
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    background: #fff;
}

.emailAutoParent .auto-tip li.hoverbg {
    background: #f7f7fa;
    cursor: pointer;
}

.emailAutoParent .red {
    color: red;
}

.emailAutoParent .hidden {

}
