html,
body {
  height: auto!important;
}
#formName {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
#formName table.input {
  height: 100%;
  width: 100%;
}
#formName table.input td {
  padding: 12px;
  text-align: right;
}
#formName table.input td input[type="text"] {
  width: 98%;
  margin-bottom: 12px;
}
#formName table.input td input[type="button"] {
  width: 100px;
  height: 36px;
}
