@charset "utf-8";
/*
.mg_msgbox_layer,
.mg_msgbox_layer .gtl_ico_succ,
.mg_msgbox_layer .gtl_ico_fail,
.mg_msgbox_layer .gtl_ico_hits,
.mg_msgbox_layer .gtl_ico_clear,
.mg_msgbox_layer .gtl_end{display:inline-block;height:54px;line-height:54px;font-weight:bold;font-size:14px;color:#606060;background-image:url("gb_tip_layer.png");_background-image:url("gb_tip_layer_ie6.png");background-repeat:no-repeat}
.mg_msgbox_layer_wrap{width:100%;position:fixed;_position:absolute;top:46%;left:0;text-align:center;z-index:65533}
.mg_msgbox_layer{background-position:0 -161px;background-repeat:repeat-x;padding:0 18px 0 9px;margin:0 auto;position:relative}
.mg_msgbox_layer .gtl_ico_succ{background-position:-6px 0;left:-45px;top:0;width:45px;position:absolute}
.mg_msgbox_layer .gtl_end{background-position:0 0;position:absolute;right:-6px;top:0;width:6px}
.mg_msgbox_layer .gtl_ico_fail{background-position:-6px -108px;position:absolute;left:-45px;top:0;width:45px}
.mg_msgbox_layer .gtl_ico_hits{background-position:-6px -54px;position:absolute;left:-45px;top:0;width:45px}
.mg_msgbox_layer .gtl_ico_clear{background-position:-6px 0;left:-5px;width:5px;position:absolute;top:0}
.mg_msgbox_layer .gtl_ico_loading{ width:16px;height:16px;border:0;background-image:url(loading.gif);float:left;margin:19px 10px 0 5px}
*/

.mg_div{
	top: 120px;
    background-color: #fff;
    border: 2px solid #dfdbdb;
    padding: 10px 20px;
    min-width: 250px;
    max-width: 600px;
    left: 33%;
    position: fixed;
    text-align: center;
    z-index: 65533;
    border-radius: 5px;
}

.mg_div .mg_text{
	font-weight: bold;
    font-size: 14px;
    color: #606060;
    width: 93%;
    padding-top: 5px;
    text-align: center;
}

.mg_div .mg_img_1{
    width: 35px;
    height: 30px;
    float: left;
    background-image: url(gb_tip_layer.png?1);
    background-repeat: no-repeat;
    background-position: -11px -224px;
}

.mg_div .mg_img_4{
    width: 35px;
    height: 30px;
    float: left;
    background-image: url(gb_tip_layer.png?1);
    background-repeat: no-repeat;
    background-position: -10px -259px;
}

.mg_div .mg_img_5{
    width: 35px;
    height: 30px;
    float: left;
    background-image: url(gb_tip_layer.png?1);
    background-repeat: no-repeat;
    background-position: -10px -297px;
}