#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #333;
}

#lightbox p.click-hint {
  text-align: right;
  color: #fff;
  margin-right: 20px;
  font-size: 12px;
}

#lightbox #content {
  width: 550px;
  margin: 0 auto;
}

#lightbox #content .scroll {
  margin: 15px;
  overflow: auto;
  height: 500px;
  text-align: left;
  color: #000;
}


input[name="username"] {
  position: absolute;
  left: -999999999px;
}
/*
#flatauswahl tr {
  display:inline-block;
  margin-right:20px;
} 
*/
