/* CSS Document */  
#popupContainer {  
position: fixed !important;  
position: absolute;  
z-index: 999991;  
}  
#popupInner {  
    border: 4px solid #3B5998;  
    background-color: #ffffff;  
}  
  
#popupFrame {  
    text-align: center;  
    margin: 0px;  
    width: 100%;  
    height: 100%;  
    position: relative;  
    z-index: 999992;  
    background-color: #FFFFFF;  
}  
#popupTitleBar {  
    background-color: #3B5998;  
    color: #ffffff;  
    height: 18px;  
    padding:0 5px 5px 0;  
    position: relative;  
    z-index: 999993;  
}  
#popupTitleBar a{color:#fff}
#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;  
}  
  
  

.inupt_button {  
    height: 25px;  
    width: 60px;  
    margin-top: 8px;  
    margin-right: 10px;  
    margin-bottom: 5px;  
    margin-left: 10px;  
}  

