<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,html,form {
    /*background-color: #7dbd43 !important;*/
    color: #9b9b9b !important;
    font-size: 16px !important;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

h1 {
    color: #333333;
    display: none;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
}

h1.smallH1{
    display: block;
}

h3 {
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-top: 0;
}
.smallH1 {
    font-size: 22px !important;
}

table {
    width: 100% !important;
}

input[type=submit] {
    color: #ffffff !important;
    border-color: rgba(0,0,0,0);
    border-radius: 0px;
    font-size: 16px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #013567;
    padding: 15px  16px !important;
    transition: 300ms ease;
}

    input[type=submit]:hover {
        background-color: #7D8DA6;
    }



#lblQuoteAmount {
    font-size: 21px !important;
    color: red;
    background: #fff;
    display: block;
    text-align: center;
    margin: 4px 0px;
    padding: 5px;
}

.MainContent {
    width: auto !important;
    margin: 0 7px !important;
}

#tabNameAdd {
    float: none !important;
    width: auto !important;
}


.btnSmall {
    width: auto !important;
    padding: 5px 10px !important;
}

.btnMiddle {
    width: 180px !important;
    padding: 5px 10px !important;
}


input[type=text], textarea, select {
    border: 2px #EAEAEA solid;
    width: 100% !important;
    font-weight: 600;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
    font-size: 14px;
    line-height: 1.2em;
    padding: 16px;


}

select{
    height: 48px;
}

::placeholder {
    color: #9b9b9b
}

.DDL90 {
    width: 90% !important;
}

textarea {
    height: 35px !important;
    line-height: 25px;
}

.TextboxSmall {
    padding: 5px;
}

#imgCar {
    width: 130px !important;
}

.carImage {
    display: none;
}



.MainContent a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px 6px;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    color: #ffffff;
    font-size: 11px !important;
    text-decoration: none;
    cursor: pointer;
}


.MainContent a {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

    .MainContent a.findLocation {
        background-image: none;
        background-color: #7D8DA6 !important;
        transition: 300ms ease;
        border-radius: 0px;
        font-size: 14px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        display: inline-block;
    }

        .MainContent a.findLocation:hover {
            background-image: none;
            background-color: #013567 !important;
        }


#trAlloys td, #trGetQuote1 td, #divGoogleLink1 {
    text-align: left;
}


#trAlloys td {
    padding-top: 10px;
    font-weight: bold;
}

#butGo, #butLookupVRM {
    float: right;
    width: 100px !important;
}

#txtPostcode, #txtVRM {
    width: calc(100% - 145px) !important;
    margin-bottom: 10px !important;
}

#butGetQuote{
    float: right;
}

#secondStageInfo{
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 25px;
}

#spnCollection2{
    font-size: 13px;
}

.trPersonalDetails{
    width: 90%;
}


    .trPersonalDetails input[type=text], .trPersonalDetails textarea {
        width: calc(100% - 32px) !important;
    }

.spnQuote {
    line-height: 25px;
}

input[type=text].vrm-entrybox {
    font-family: 'Anton' !important;
    font-size: 30px;
    font-weight: 400;
    color: #000;
    padding: 13px !important;
}
input[type=text].postcode-entrybox {
    padding: 13px !important;
    width: calc(100% - 145px) !important;
    height: 25px;
    font-family: 'Anton' !important;
    font-size: 25px;
    color: #000 !important;
    text-align: center;
    line-height: 44px;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    border-radius: 10px;
    text-transform: uppercase;
}


    input[type=text].postcode-entrybox::-webkit-input-placeholder {
        color: #333;
    }

    input[type=text].postcode-entrybox:-moz-placeholder { /* Firefox 18- */
        color: #333;
    }

    input[type=text].postcode-entrybox::-moz-placeholder { /* Firefox 19+ */
        color: #333;
    }

    input[type=text].postcode-entrybox:-ms-input-placeholder {
        color: #333;
    }

.postcode-entrybox-container {
    position: relative;
    padding: 23px 0;
    left: 4px;
}

    .postcode-entrybox-container:before {
        position: absolute;
        left: 0;
        top: 2px;
        background-color: crimson;
        color: white;
        content: "GB";
        height: calc(100% - 38px);
        width: 25px;
        display: block;
        z-index: 9;
        font-size: 13px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        padding-top: 24px;
        text-align: center;
    }

input[type=text].vrm-entrybox {
    padding: 13px !important;
    width: calc(100% - 145px) !important;
    height: 25px;
    font-family: 'Anton' !important;
    font-size: 25px;
    color: #000 !important;
    text-align: center;
    line-height: 44px;
    border: 1px solid #a9a9a9;
    border-radius: 10px;
    text-transform: uppercase;
}

.vrm-entrybox-container {
    position: relative;
    padding: 23px 0;
    left: 4px;
}

    .vrm-entrybox-container:before {
        font-size: 13px;
        position: absolute;
        left: 0;
        top: 2px;
        background-color: darkblue;
        color: white;
        content: "GB";
        height: calc(100% - 38px);
        width: 25px;
        display: block;
        z-index: 9;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        text-align: center;
        padding-top: 24px;
    }


.vrm-description {
    text-align: center;
    font-size: 15px;
}

#butGo, #butLookupVRM {
    float: right;
    width: 100px !important;
    padding: 15px 0 !important
}</pre></body></html>