﻿/******************************************************************/
/****                      背景視窗 設定                       ****/
/******************************************************************/
.DV_BACKGROUP_BOX {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666666;
    opacity: .8;
    filter: opacity(70%);
}
/******************************************************************/
/****                      開啟視窗 設定                       ****/
/******************************************************************/
.DV_MWIN_BOX                         /*  外框 */
{
    margin:0;
    padding:5px;
    background-color:white;
    border-radius:10px;
    width: 98%;
    text-align:center;
    background-color:#e5f6db;
}
    .DV_MWIN_BOX .DV_MWIN_BUTTON     /* 按鍵框 */
    {
        margin: 10px auto 0px;
        padding: 5px;
        width: 100%;
        /* .................................. */
        text-align:center;
        vertical-align:middle;
        display: inline;
        /* .................................. */
        border-top-left-radius:5px;
        border-top-right-radius : 5px;
        -moz-border-radius-topleft:5px;
        -moz-border-radius-topright:5px;
    }

    .DV_MWIN_BOX .DV_MWIN_BUTTON .BT_MWIN_BUTTON   /* 按鍵框內的按鍵 */
    {
        margin-left:10px;
        margin-right:10px;
        border-style: none;
        height: 26px;
        Width: 80px;
        text-align: center;
    }

    .DV_MWIN_BOX .DV_MWIN_FIELD                   /* 欄位框 */
    {
        margin: 0px auto 10px;
        padding: 5px;
        width: 100%;
        height:auto;
        /* .................................. */
        border-bottom-left-radius:5px;
        border-bottom-right-radius : 5px;
        -moz-border-radius-bottomleft:5px;
        -moz-border-radius-bottomright:5px;
    }
/******************************************************************/
/****                    iframe 內 設定                        ****/
/******************************************************************/
.DV_IFrame_Box
{
    height:99%;
    width: 99%;
    background-color: #0d7fd5;
}
