@charset "utf-8";   
/* CSS Document */   
#popupContainer {   
    position: fixed !important;   
    position: absolute;   
    z-index: 201;   
}   
/*#popupInner {   
    border: 2px solid #000000;   
    background-color: #ffffff;   
} */  
  
#popupFrame {   
    text-align: center;   
    margin: 0px;   
    width: 100%;   
    height: 100%;   
    position: relative;   
    z-index: 202;   
    background-color: #FFFFFF;   
}   
#popupTitleBar {   
    background-color: #486CAE;   
    color: #ffffff;   
    font-weight: bold;   
    height: 18px;   
    padding: 5px;   
    border-bottom: 2px solid #000000;   
    border-top: 1px solid #78A3F2;   
    border-left: 1px solid #78A3F2;   
    border-right: 1px solid #204095;   
    position: relative;   
    z-index: 203;   
}   
#popupTitle {   
    float:left;   
    font-size: 15px;   
}   
#popupControls {   
    float: right;   
    cursor: pointer;   
    cursor: hand;   
}   
#mask {   
    position: fixed !important;   
    position: absolute;   
    opacity: .4;   
    filter: alpha(opacity=40);   
    left: 0px;   
    top: 0px;   
    //background-color: #999999;   
}   
  
  
/*login*/   
.input_text{  
	text-align: left;   
    height:15px;        
    background:#FFF;
    border:1px solid #C7CDD9;
    margin:5px;
    padding:4px;      
}   
/*  
.input_text:hover {   
    solid #999;   
    background-color:#FFFFCC;   
}   
  
.formClass {   
    align: center;   
    padding-top: 10px;   
    padding-bottom: 5px;   
}   
table {   
    margin-left:auto;   
    margin-right:auto;   
}   
.point_out {   
    font-size: 12px;   
    color: #FF0000;   
}   
  
.inupt_button {   
    height: 25px;   
    width: 60px;   
    margin-top: 5px;   
    margin-right: 10px;   
    margin-bottom: 5px;   
    margin-left: 10px;   
}   
.lab {   
    text-align: right;   
    vertical-align: middle;   
    margin: 0px;   
    font-size: 14px;   
    font-family: "����";   
}  
*/
    #dt_3
    {
      cursor: pointer;
    }
    div#mbDIV
    {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: #AAAAAA;
      z-index: 10;
      filter: alpha(opacity=80);opacity:0.8;
    }
    div#loginDIV
    {
      position: absolute;
      width: 300px;
      height: 150px;
      background-color: #FFFF00;
      z-index: 20;
    }
    div#popupTitle
    {
      width: 101%;
      height: 20px;
      background-color: #FF0000;
      cursor: move;
    }
