@charset "UTF-8";

a{text-decoration:none;}
#alert_header{
  border-bottom: 1px solid #17617d;
  height: 35px;
  padding-left: 10px;
  font-size: 19px;
  padding-top: 15px;
  font-weight: bold;
  color: #17617d;
}
#alert_main{
  height: 100px;
  padding: 15px;
  font-size: 17px;
  font-weight: bold;
  color: #484848;
}

#alert_main > div{
    height: 40px;
    line-height: 40px;
    margin: 3px 0px 3px 0px;
}
#alert_main > div input{
    height: 100%;
    font-size: 10pt;
    width: calc(100% - 10px);
    padding-left: 10px;
    border: 1px solid #17617d;
}
#alert_footer{
  height: 45px;
}
.modal_close_button{
  display: block;
  color: #fff;
  text-align: center;
  background-color: #479e9e;
  height: 30px;
  line-height: 30px;
  width: 50%;
  /* padding-top: 5px; */
  margin: 0 auto;
}

.Login{
    width: 49%;
    float: left;
}
.Cancel{
    width: 49%;
    float: right;
}