﻿.contact
{
}

.contact .form-field
{
    width: 656px;
    margin-bottom: 2px;
    background: #e7e7e7;
}
.contact .form-field label
{
    color: #444444;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    float: left;
    width: 100px;
    padding: 8px 0px 0px 20px;
}

.contact .form-field .input
{
    display: block;
    padding: 4px 0px 4px 20px;
    float: left;
    width: 510px;
}

.contact .form-field .input .text
{
    padding: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #6b6b6b #ffffff #ffffff #a1a1a1;
    width: 90%;
}

.contact .form-submit
{
    height: 44px;
    background: #e7e7e7;
}

.contact .form-submit a.btn-submit
{
    display: block;
    width: 203px;
    height: 44px;
    background: url(/imagery/btn-send-enquiry.gif);
    border-left: solid 2px #fff;
    float: right;
}
