#LoginBox {
  font-size: 1em;
  text-align: right;
  background: black;
  text-align: center;
}

#LoginBox div {
  width: 13em;
}

#LoginBox p {
  margin: 5px;
  margin-left: 10px;
  text-align: right;
  color:  white;
}

#LoginBox input {
  border: none;
  width: 100px;
}

#LoginBox input.submit {
  border: none;
  color: black;
  background: white;
  width: auto;
  border: 1px solid grey;  
}