﻿.InputPlateNumber
{
	background-image: url(Images/LicencePlate/plateNumber.png);
	width: 166px;
	height: 38px;
	display: block;
	background-color: Transparent;
	font-weight: bold;
	background-repeat:no-repeat;
}

.InputPlateNumberText
{
	width: 125px;
	height: 14px;
	border-style: none; /*float: left;*/
    
	margin-left: 28px;
	margin-top: 10px;
	background-color: Transparent;
	background-image: none;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align:center;
}

.InputPlateNumberBig
{
	background-image: url(Images/LicencePlate/plateNumberBig.png);
	width: 235px;
	height: 46px;
	display: block;
	background-color: Transparent;
	font-weight: bold;
	background-repeat:no-repeat;
}

.InputPlateNumberTextBig
{
	width: 120px;
	height: 24px;
	border-style: none; /*float: left;*/
    
	margin-left: 58px;
	margin-top: 8px;
	background-color: Transparent;
	background-image: none;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	text-align:center;
}

