
.txtLoginUsername {
	background-image: url(../images/txtUsername_bkg.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.txtLoginPassword {
	background-image: url(../images/txtPassword_bkg.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#userLicensePlate {
	display: block;
	width: 170px;
	height: 80px;
	border: 0px;
	font-size: larger;
	text-align: center;
	margin: 0px auto;
}

