﻿#licensePlate { margin:0;
                height: 60px;
                width: 100%;
                text-align: left; }

.rowLicensePlate {}

.labelLicensePlate {    
    float: left;
    font-size: 12px;    
    padding-top: 15px;
    width: 158px;
}

.buttonLicensePlate {
    float: right;
    padding-top: 12px;
}

.textboxLicensePlate {
    float: right;
}

.textboxLicensePlate.business {
    line-height: 51px;
    margin-right: 10px;
    font-size: 12px;
}

.SelectLicenseCellFRA
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #636363;
    height: 51px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: left, top;
    border: 0px;
    border-style: none;
    width: 220px;
    background-image: url( '../../../Controls/LicensePlateImages/fra_number_plate.png' );
}

.SelectLicenseCellSWE
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #636363;
    height: 51px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: left, top;
    border: 0px;
    border-style: none;
    width: 220px;
    background-image: url( '../../../Controls/LicensePlateImages/swe_number_plate.png' );
}


.LicensePlateTextBox
{
    border-color: #FFFF66;
    margin-left: 21px;
    margin-top: 5px;  
    padding-left: 5px; 
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    color: #000000;
    border-style: none;
    height: 37px;
    width: 182px;
    text-align: left;
    background-color: Transparent;
}	

.LicensePlateValidator
{
    font-size: 10px; 
}