  <html>
  <style>
  #div_keys {
    width: 600px;
    height: 150px;

    border: 1px solid #000;

    position: absolute;
    left: 40%;
    top: 50%;
     margin-left: -150px;
     margin-top: -150px;
  }
  #div_keys td {
  font-size: 24px;
  font-family: Verdana; font-size: 24px;
  color: #2a5a2a;
  text-align: right;
  padding-left: 15px;
}
input {
  width:450px;
  border: 1px solid #999;
  height: 30px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  margin-bottom: 5px;
}
input:hover {
  background-color: #ccffff;
}
input.button {
  border : solid 0px #ffffff;
	border-radius : 6px;
	moz-border-radius : 6px;
	-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	font-size : 20px;
	color : #d1ff6e;
	padding : 1px 10px;
	background-color: #134a08;
  width: 200px !important;
  height: 50px !important;
}
input.button:hover {
  background:#a00;
  color:#09C;
  width: 200px !important;
}


  </style>
  <body>

  <form action="/" method="post">
<div id="div_keys">
  <table style="padding-top: 20px;">
    <tr>
      <td>Jelsz&oacute;</td>
      <td><input type="password" name="pwd" value="" /></td>
    </tr>
    <tr>
      <td colspan="2" style="text-align: center;"><br /><input type="submit" name="pwdsub" value="Bejelentkez&eacute;s" /></td>
    </tr>
  </table>
</div>

  </form>
  </body>
  </html>
