﻿ 
.gPopupTreePanel {
    display: block;
    z-index: 4998;
    position: fixed;
    top: 0px;
    background-color: #666666;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    top:0px;
    left:0px;
}
.gPopupTreeBox {
    margin: auto;
    border: 1px solid #E2DFD1;
    display: block;
    position: fixed;
    z-index: 4999;
    background-color: #FFFFFF;
    padding:20px;
 
}
.gPopupTreeCloseX {
    border-width: 0px;
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    cursor:pointer;
    margin-left:10px;
}
.gPopupTreeTitleBar
{
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
  
.gPopupTreeView
{
    display: inline-block;
    width: 100%;
    overflow: auto;
    height: 450px;
    background-color: #F1F3FE;
}
 
 .gPopupTreeBtnYes:hover, .gPopupTreeBtnNo:hover
{
    background-color: #FF6600
}

.gPopupTreeBtnBar {    
    display: inline-block;
    width:100%;
 
}
.gPopupTreeBtnYes, .gPopupTreeBtnNo {
    display:block;
    font-family: 微软雅黑,宋体, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #7098ff;
    line-height:45px;
    height:45px;
    text-align:center;

    cursor:pointer;
    width:50%;
    float:left;
}




