  #dialog-outer {
    position   : absolute;
    left       : 0;
    right      : 0;
    top        : 50px;
    height     : 235px;
    display    : inline-block;
    text-align : center;    
  }
  #new_dialog{
        position           : relative;  
    display            : inline-block;
    vertical-align     : middle;
      
    height             : 100%;                      
        
        border-radius      : 10px;  
    -webkit-box-shadow : 0px 0px 10px 3px rgba(0,0,0,0.75);
    -moz-box-shadow    : 0px 0px 10px 3px rgba(0,0,0,0.75);
    box-shadow         : 0px 0px 10px 3px rgba(0,0,0,0.75);                 
  }
  #upper{   
    height                 : 30px;    
    text-align             : center;
    background-color       : rgb(182, 182, 182);
    border-top-left-radius : 10px 10px;
    border-top-right-radius: 10px 10px;   
  }
  #main{    
    height     : 163px;
    padding    : 20px 20px 22px 20px;
    text-align : center;
    background : rgb(239, 239, 239);        
    
    border-bottom-left-radius  : 10px 10px;
    border-bottom-right-radius : 10px 10px;       
  }
  #main table {
    border-collapse : collapse;           
    min-width       : 442px;    
    display         : inline-table;       
    vertical-align  : middle;
    font-family     : arial,sans-serif;   
  }
  #imgTd {    
    width      : 120px;
    text-align : center;
  }
  .textTds{
    padding-left  : 12px;
    padding-right : 0;
  }
  .inputTds{
    text-align : right;
  } 
  #main img {
    vertical-align: middle;
  }
  #main span{   
    font-size   : 20px;
  } 
  #main input{
    font-family  : Arial,sans-serif;  
    width        : 190px;
    height       : 28px;
    margin-left  : 10px;
    font-size    : 20px;
    padding-left : 2px;
  }
  #btnArea{
    height     : 42px;  
    width      : 100%;
    display    : inline-block;
    text-align : right;
  }
  #btnArea button{
    font-size    : 18px;
    margin-right : 15px;
    padding      : 0 15px;
    font-family  : Arial,sans-serif;    
    margin-top   : 8px;
    height       : 34px;
    vertical-align: middle;
  }
  #btnArea button:last-child {
    margin-right: 0;
  }
  #loginText{   
    font-size   : 18px;
    font-weight : bold;
    font-family : sans-serif;
    line-height : 30px;
  } 
