/* CSS Document */

	table.number-plate td {
	}
	
	
	table.number-plate td.left {
	background-position:left top;
	background-repeat:no-repeat;
	width:50px;
	}

	table.number-plate td.left div {
	background-position:left top;
	background-repeat:no-repeat;
	text-align:right;
	height:115px;
	padding-top:40px;
	width:50px;
	}
	
	
	table.number-plate td.center {
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
	}

	table.number-plate td.center div {
	background-position:center top;
	background-repeat:no-repeat;
	height:115px;
	padding-top:40px;
	}
	
	
	table.number-plate td.right {
	background-position:right top;
	background-repeat:no-repeat;
	width:50px;
	}

	table.number-plate td.right div {
	background-position:right top;
	background-repeat:no-repeat;
	height:115px;
	padding-top:40px;
	width:50px;
	}
	
	
	
	
	
	
	
	table.number-plate.big.fixed 	{
	width:540px;
	border:1px solid green;
	}
	
	table.number-plate.big td.left {
	width:50px;
	}

	table.number-plate.big td.left div {
	height:115px;
	padding-top:40px;
	width:50px;
	}
	
	table.number-plate.big td.center div {
	height:115px;
	padding-top:40px;
	}
	
	table.number-plate.big td.center div.fixed {
	width:420px;
	}
	
	table.number-plate.big td.right {
	width:50px;
	}

	table.number-plate.big td.right div {
	height:115px;
	padding-top:40px;
	width:50px;
	}
	
	
	
	
	
	
	table.number-plate.sma td {
	padding:0px;
	margin:0px;
	}
	
	table.number-plate.sma td.left {
	width:14px;
	}

	table.number-plate.sma td.left div {
	height:25px;
	padding-top:11px;
	width:14px;
	}
	
	table.number-plate.sma td.center div {
	height:25px;
	padding-top:11px;
	}
	
	table.number-plate.sma td.center div.fixed {
	width:84px;
	}
	
	table.number-plate.sma td.right {
	width:14px;
	}

	table.number-plate.sma td.right div {
	height:25px;
	padding-top:11px;
	width:14px;
	}
	
	
	
/* GB */

	table.gb.number-plate.big td.center div {
		height:125px;
		padding-top:30px;
	}

	table.gb.number-plate.big td.center div.fixed {
		width:543px;
	}

	table.gb.number-plate.sma td.center div {
		height:28px;
		padding-top:8px;
	}

	table.gb.number-plate.sma td.center div.fixed {
		width:112px;
	}
	
	
