﻿.InputPlateNumber
{
	background-image: url('Images/LicencePlate/plateNumber1.png');
	/*url(http://www.profileimages.nl/images/profiletyrecenter2010/images/LicencePlate/plateNumber.png);
	width: 166px;
	height: 38px;*/
	width: 150px;
	height: 40px;
	display: block;
	background-color: Transparent;
	font-weight: bold;
	background-repeat:no-repeat;
}

.InputPlateNumberText
{
	/*width: 125px;
	margin-left: 28px;*/
	width: 120px;
	margin-left: 23px;
	margin-top: 10px;
	height: 14px;
	border-style: none;
	background-color: Transparent;
	background-image: none;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align:center;
}

/*.InputPlateNumberBig
{
	background-image: url(http://www.profileimages.nl/images/profiletyrecenter2010/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; 
	margin-left: 58px;
	margin-top: 8px;
	background-color: Transparent;
	background-image: none;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	text-align:center;
}*/

.InputPlateNumberBig
{
	background-image: url('Images/LicencePlate/LicencePlateBig.png');
	width: 250px;
	height: 77px;
	display: block;
	background-color: Transparent;
	background-repeat:no-repeat;
	font-weight: bold;
}

.InputPlateNumberTextBig
{
    background-color: Transparent;
    background-image: none;
    border-style: none;
    font-size: 30px;
    font-weight: bold;
    height: 35px;
    margin-left: 35px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}




