﻿@charset "utf-8";

/*msgbox*/
.msgbox_layer, .msgbox_layer .gtl_ico_succ, .msgbox_layer .gtl_ico_fail, .msgbox_layer .gtl_ico_hits, .msgbox_layer .gtl_ico_clear, .msgbox_layer .gtl_end {
    background-image: url(../images/gb_tip_layer.png);
    background-repeat: no-repeat;
    color: #606060;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 54px;
    line-height: 54px;
}

.msgbox_layer_wrap {
    left: 0;
    position: fixed;
    _position: absolute;
    _top: expression(documentElement.clientHeight/2 + documentElement.scrollTop + "px");
    text-align: center;
    top: 46%;
    width: 100%;
    z-index: 20000000;
}

.msgbox_layer {
    background-position: 0 -161px;
    background-repeat: repeat-x;
    margin: 0 auto;
    padding: 0 18px 0 9px;
    position: relative;
}

    .msgbox_layer .gtl_ico_succ {
        background-position: -6px 0;
        left: -45px;
        position: absolute;
        top: 0;
        width: 45px;
    }

    .msgbox_layer .gtl_end {
        background-position: 0 0;
        position: absolute;
        right: -6px;
        top: 0;
        width: 6px;
    }

    .msgbox_layer .gtl_ico_fail {
        background-position: -6px -108px;
        left: -45px;
        position: absolute;
        top: 0;
        width: 45px;
    }

    .msgbox_layer .gtl_ico_hits {
        background-position: -6px -54px;
        left: -45px;
        position: absolute;
        top: 0;
        width: 45px;
    }

    .msgbox_layer .gtl_ico_clear {
        background-position: -6px 0;
        left: -5px;
        position: absolute;
        top: 0;
        width: 5px;
    }

    .msgbox_layer img {
        float: left;
        margin: 19px 10px 0 5px;
    }

/*confirmbox*/
.confirm_layer_wrap {
    left: 0;
    position: fixed;
    _position: absolute;
    _top: expression(documentElement.clientHeight/2 + documentElement.scrollTop + "px");
    text-align: center;
    top: 40%;
    width: 100%;
    z-index: 65533;
    font-family: "微软雅黑";
}

    .confirm_layer_wrap .confirm_con {
        width: 280px;
        height: 139px;
        text-align: center;
        border: solid 1px #000;
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0;
        background: #FFF;
    }

    .confirm_layer_wrap .confirm_text {
        position: relative;
        top: 22%;
        text-align: center;
        color: #000;
        font-size: 14px;
    }

    .confirm_layer_wrap .confirm_bar {
        border-top: 1px solid #DFDFDF;
        height: 55px;
        line-height: 55px;
        position: relative;
        text-align: center;
        top: 46%;
        overflow: hidden;
    }

.msgbox_confirm_btn {
    background: url(../images/btn2.png) no-repeat 0 0 #DDDDDD;
    border: 0 none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    width: 72px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
}

    .msgbox_confirm_btn:hover, .msgbox_confirm_btn:active, .msgbox_confirm_btn:focus {
        background: url(../images/btn2.png) no-repeat -75px 0 #DDDDDD;
        text-decoration: none;
        color: #000;
    }

/*msgbox*/
.loading_layer, .loading_layer .gtl_ico_clear, .loading_layer .gtl_end {
    background-image: url(../images/gb_tip_layer.png);
    background-repeat: no-repeat;
    color: #606060;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 54px;
    line-height: 54px;
}

.loading_layer_wrap {
    left: 0;
    position: fixed;
    _position: absolute;
    _top: expression(documentElement.clientHeight/2 + documentElement.scrollTop + "px");
    text-align: center;
    top: 46%;
    width: 100%;
    z-index: 65533;
}

.loading_layer {
    background-position: 0 -161px;
    background-repeat: repeat-x;
    margin: 0 auto;
    padding: 0 18px 0 9px;
    position: relative;
}

    .loading_layer .gtl_end {
        background-position: 0 0;
        position: absolute;
        right: -6px;
        top: 0;
        width: 6px;
    }

    .loading_layer .gtl_ico_clear {
        background-position: -6px 0;
        left: -5px;
        position: absolute;
        top: 0;
        width: 5px;
    }

    .loading_layer img {
        float: left;
        margin: 19px 10px 0 5px;
    }

#shadeDiv {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    z-index: 1;
}
