  .dialogboxContainer{
  position: fixed;
  background: rgba(3, 3, 3, 0.4);
  padding: 10px;
  z-index: 500;
  min-width: 500px;
  border-radius: 10px;
  }
  
  .dialogTitlebar{
  background-image: linear-gradient(to bottom, rgba(24, 106, 173, 1) 0%, rgba(94, 164, 248, 1) 100%);
  box-shadow: 0 0 4px #08c inset;
  border-radius: 5px 5px 0px 0px;
  color: #FFFFFF; 
  font-size: 25px;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
    
  }
  
  .dialogMain{
  background: #FFFFFF;
  color: #000000;
  width: 500px;
  max-height: 200px; 
  padding: 5px; 
  font-size: 18px;
  text-shadow: 0px 0px;
  text-align: center;
  overflow: auto;
  }
  
  .dialogAnswer{
  background: #F0F0F0;
  border-radius: 0px 0px 5px 5px;
  padding: 5px;  
  text-align: right;
  border-top: solid thin #959595;  
  }
  
  .answerButton{
  color: #000000;
  background: #FFFFFF;
  border: solid thin #959595;
  padding: 5px;
  }
  
  .answerButton.accept{  
  color: #FFFFFF; 
  font-weight: bold;
  background-image: linear-gradient(to bottom, rgba(94, 164, 248, 1) 0%, rgba(24, 106, 173, 1) 100%);
  border-color: #1b4676 #143559 #0d243c;
  box-shadow: 0 0 5px #143559;
  }
  
  .answerButton:active{
  background: #F7F7F7;
  border: 1px inset #959595;     
  }
  
  .answerButton.accept:active{ 
   background: #1b4676;  
   border: 1px inset #0d243c;
  }
  
  .dialogboxShadow{
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  z-index: 400;    
  }
  
    .navi_login{
  padding: 0px;
  width: 80px;
  height: 35px;    
  }