﻿<style type="text/css">
    #zxxBlank {
        position: absolute;
        z-index: 2000;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background: black;
    }

    .wrap_out {
        padding: 5px;
        background: #eee;
        box-shadow: 0 0 6px rgba(0,0,0,.5);
        -moz-box-shadow: 0 0 6px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 0 6px rgba(0,0,0,.5);
        position: absolute;
        z-index: 2000;
    }

    .wrap_in {
        background: #fafafa;
        border: 1px solid #ccc;
    }

    .wrap_bar {
        width: 100%;
        background: #f7f7f7;
        border-top: 3px solid #f9f9f9;
        border-bottom: 4px solid #eee;
        margin-top: 2px;
    }

    .wrap_title {
        line-height: 5px;
        background: #f3f3f3;
        border-top: 4px solid #f5f5f5;
        border-bottom: 5px solid #f1f1f1;
        margin-top: 3px;
    }

        .wrap_title span {
            position: relative;
            margin-left: 10px;
            cursor: text;
        }

    .wrap_body {
        display: inline-block;
        border-top: 1px solid #ddd;
        background: white;
    }

    .wrap_close {
        margin-top: -18px;
        margin-right: 10px;
        color: #34538b;
        font-weight: bold;
        font-family: Tahoma;
        text-decoration: none;
        cursor: pointer;
        float: right;
    }

        .wrap_close:hover {
            text-decoration: none;
            color: #f30;
        }

    .wrap_remind {
        width: 16em;
        padding: 30px 40px;
    }

        .wrap_remind p {
            margin: 10px 0 0;
        }

    .submit_btn {
        display: inline-block;
        padding: 3px 12px 1.99px;
        background: #486aaa;
        border: 1px solid;
        border-color: #a0b3d6 #34538b #34538b #a0b3d6;
        color: #f3f3f3;
        line-height: 16px;
        cursor: pointer;
        overflow: visible;
        width: 80px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        font-size: 13px;
    }

        .submit_btn:hover {
            text-decoration: none;
            color: #ffffff;
        }


    .cancel_btn {
        display: inline-block;
        padding: 3px 12px 1.99px;
        background: #eee;
        border: 1px solid;
        border-color: #f0f0f0 #bbb #bbb #f0f0f0;
        color: #333;
        line-height: 16px;
        cursor: pointer;
        overflow: visible;
    }
</style>