
div.inlogin {
  text-align: right;
	font: 12px Tahoma, Helvetica, Arial, helvetica;
	color: #888899; 
	font-weight: 500; 
}
table.maintable {
  background-image: url('../img/login/login.png');
  background-repeat: no-repeat; 
  background-position: center bottom;
  text-align: center;
  border:0px;
  height:354px;
  width:610px;
}
input.inp {
	border:1px solid #999;
	margin:1px;
	height: 20px;
	background-image: url("../img/login/inp_login.png");
	background-position: right top;
	font-family: Tahoma, Helvetica, Arial,helvetica;
	font-size: 11px;
	font-weight: normal;
}
input.bt {
	background-color:#fff;
	border:1px solid #888899;
	margin:1px;
	height: 20px;
	background-image: url("../img/login/bt_login.png");
	background-position: right bottom;
	font-family: Tahoma, Helvetica, Arial,helvetica;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}