﻿
.Alert_Ground {
width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background: #333;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
    z-index: 1000;
    position: fixed;
}

/*****弹出框的 style******/
.Tip_box {
    border: 4px solid #616161;
    z-index: 1001;
    position: fixed;
    background: #fff;
    left: 50%;
    top: 50%;
    -moz-box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
}

.Tip_box1 {
    text-align: left;
    display: none;
    width: 90%;
    min-height: 365px;
    margin-left: -44.5%;
    margin-top: -15%;
}


.Tip_box_h3 {
    height: 35px;
    clear: both;
    background: #fff;
    border-bottom: 1px solid #dedede;
}

    .Tip_box_h3 h3 {
        font-size: 18px;
        color: #333;
        font-weight: normal;
        margin: 0;
        padding: 7px 10px 5px 20px;
        text-align: left;
    }

.Tip_box_close {
    cursor: pointer;
    width: 35px;
    height: 35px;
    color: #333;
    background: #dedede;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 1000000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

    .Tip_box_close a {
        color: #999;
        cursor: pointer;
        font-size: 20px;
        line-height: 35px;
    }

        .Tip_box_close a:hover {
            text-decoration: none;
        }

.Tip_box_main {
    margin: 15px 20px;
    clear: both;
}
.Tip_box_mains {
    margin: 30px 20px;
    clear: both;
}

.Tip_box_btn {
    width: 100%;
    text-align: right;
    clear: both;
}

.p21 {
    line-height: 21px;
    font-size: 14px;
    margin: 10px 0;
}

.table_c0 {
    border: 1px solid;
        border-collapse: collapse;
        width: 100%;
}

.float_left {
    float: left;
    padding-left: 5px;
}

.float_right {
    float:right;
    padding-right:5px;
}

.searchid {
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size-adjust: none;
    border: 0;
    width: 96%;
    height: 20px;
}
