html,body{
  margin:0;
  padding:0;

  font-family: Arial, Tahoma, Helvetica, sans-serif;
}
table {
  width: 270px;
  border-collapse: collapse;
  border: 1px solid #B4D1FE;
  background-color: #F5F9FE;
  border-spacing: 0;
}
table th,table td{
 border-width: 0;
 font-size: 0.8em;
}
table td{
 height: 1em;
 padding: 5px;
}
input,select{
  border: 1px solid #B4D1FE;
  background-color: #FFF;
  width: 140;
}
table th {
  background : #FFF url(images/th_bg.gif) repeat-x bottom;
  height: 25px;
  font-weight: normal;
}
.message{
  color: #999999;
  align: center;
  text-align: center;
}
button{
  align: center;
  border: 1px solid #B4D1FE;
  background : #FFF url(images/button_bg.gif) repeat-x bottom;
  margin: 3px 0 10px 0;
}
form{
  height: auto;
  margin-top: 120px;
  _margin-top: expression(parseInt((document.body.clientHeight/2) - (document.getElementById('login').offsetHeight/2)));px;
  margin-left:0px;
  padding:0;
}
.cipher{
	border:0;
	background:none;
	width:auto;
}