﻿ul.standardForm li {
    margin: 0 0 10px 0;
    clear: both;
}

    ul.standardForm li label {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        width: 90px;
        float: left;
        color: #000;
        padding: 8px 0 0 0;
    }

        ul.standardForm li label.twoLine {
            line-height: 14px;
            padding: 4px 0 0 0;
        }

    ul.standardForm li input[type="text"], select, input[type="password"], textarea {
        border: 1px solid #ddd;
        padding: 5px;
        font-family: 'Lato', sans-serif !important;
        font-size: 16px;
        line-height: 22px;
        color: #808184;
    }

.standardForm .errorMessage {
    color: #990000;
    font-size: 12px;
    font-weight: 700;
    margin-left: 90px;
    text-transform: uppercase;
    display: block;
}

@media (max-width:500px) {
    .standardForm .errorMessage {
        margin-left: 0px;
    }
}


.errorMessage {
    color: #990000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.inquiryForm {
    float: left;
}

.addressInfo .address {
    background-image: url(/images/icons/home.png);
    padding: 0 0 22px 75px;
    border-bottom: 1px solid #eee;
    background-repeat: no-repeat;
}

.addressInfo .phone {
    background-image: url(/images/icons/phone.png);
    padding: 0 0 22px 75px;
    margin: 22px 0 0 0;
    border-bottom: 1px solid #eee;
    background-repeat: no-repeat;
    height: 44px;
}

.addressInfo .email {
    background-image: url(/images/icons/email.png);
    padding: 0 0 22px 75px;
    margin: 22px 0 0 0;
    border-bottom: 1px solid #eee;
    background-repeat: no-repeat;
    height: 44px;
}

@media screen and (min-width: 0px) {
    .inquiryForm {
        width: 100%;
    }

        .inquiryForm input[type="text"], textarea {
            clear: both;
            width: 80%;
        }

    .addressInfo {
        clear: both;
        float: none;
        width: 100%;
        padding: 30px 0 0 0;
    }
}

@media screen and (min-width: 1001px) {
    .inquiryForm {
        width: 368px;
    }

        .inquiryForm input[type="text"], textarea {
            width: 266px;
        }

    .addressInfo {
        float: right;
        width: 250px;
        padding: 0;
        clear: none;
    }
}

@media screen and (min-width: 1024px) {
    .inquiryForm {
        width: 574px;
    }

        .inquiryForm input[type="text"], textarea {
            width: 472px;
        }

    .addressInfo {
        float: right;
        width: 250px;
    }
}

@media screen and (min-width: 1250px) {
    .inquiryForm {
        width: 750px;
    }

        .inquiryForm input[type="text"], textarea {
            width: 648px;
        }

    .addressInfo {
        float: right;
        width: 300px;
    }
}

@media screen and (min-width: 1400px) {
    .inquiryForm {
        width: 800px;
    }

        .inquiryForm input[type="text"], textarea {
            width: 698px;
        }

    .addressInfo {
        float: right;
        width: 400px;
    }
}
