.pop-layer .pop-container {
    padding: 20px 25px;
}

.pop-layer p.ctxt {
    color: #666;
    line-height: 25px;
}

.pop-layer .btn-r {
    width: 100%;
    margin: 10px 0 20px;
    padding-top: 10px;
    border-top: 1px solid #DDD;
    text-align: right;
}

.pop-layer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 410px;
    height: auto;
    background-color: #fff;
    border: 1px solid #000000;
    z-index: 0;
}

.dim-layer {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}

.dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
    display: block;
}

a.btn-conform1 {
    display: inline-block;
    height: 25px;
    padding: 0 14px 0;
    border: 1px solid #304a8a;
    background-color: #3f5a9d;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}

a.btn-conform1:hover {
    border: 1px solid #091940;
    background-color: #1f326a;
    color: #fff;
}

a.btn-layerClose {
    display: inline-block;
    height: 25px;
    padding: 0 14px 0;
    border: 1px solid #304a8a;
    background-color: #3f5a9d;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}

a.btn-layerClose:hover {
    border: 1px solid #091940;
    background-color: #1f326a;
    color: #fff;
}

.pop-layer1 .pop-container1 {
    padding: 20px 25px;
}

.pop-layer1 p.ctxt {
    color: #666;
    line-height: 25px;
}

.pop-layer1 .btn-r {
    width: 100%;
    margin: 10px 0 20px;
    padding-top: 10px;
    border-top: 1px solid #DDD;
    text-align: right;
}

.pop-layer1 {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: auto;
    background-color: #fff;
    border: 5px solid #3571B5;
    z-index: 0;
}

.dim-layer1 {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}

.dim-layer1 .dimBg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.dim-layer1 .pop-layer1 {
    display: block;
}

a.btn-layerClose1 {
    display: inline-block;
    height: 25px;
    padding: 0 14px 0;
    border: 1px solid #304a8a;
    background-color: #3f5a9d;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}

a.btn-layerClose1:hover {
    border: 1px solid #091940;
    background-color: #1f326a;
    color: #fff;
}

.grid_A {
    margin: 15px auto 0;
    width: 100%;
    border-top: 1px solid #e579af;
}

.grid_A th {
    font-size: 14px;
    font-weight: bold;
    color: #d83788;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    border-bottom: 1px solid #dddddd;
}

.grid_A td {
    padding: 15px 0 15px 7px;
    border-bottom: 1px solid #dddddd;
}