
div.logon input{
	/*background: transparent url("../images/interface/Bg-Input.png");*/
	
	border: solid 1px #a7b6cb;
	font-size: 11px;
	}

div.logon span{
	padding-left: 10px;
	font-size: 10px;
	color: #fff;
	}

#logon {   
  vertical-align: middle;
  margin-left: 10px;
  background: url("../images/interface/btn-logon.png") no-repeat center center;
  border: none;
  width: 20px;
  height: 20px;
  }
#logoff {   
  vertical-align: middle;
  margin-left: 10px;
  background: url("../images/interface/btn-logoff.png") no-repeat center center;
  border: none;
  width: 20px;
  height: 20px;
  }