/* CSS for Form */

.responsiveForm fieldset select {
    margin-left: 0;
}

.clearleft {
    clear: left;
}


fieldset .grid10 input.phone3digit {
    width: 2.5em;
}

fieldset .grid10 input.phone4digit {
    width: 3em;
}

.contentHolder fieldset .grid4 label {
    display: inline;
}

.makeSmall {
    font-size: 12px;
}
#home-content .preload input[type=text]{
    width: 25%;
}

.textboxWidth{
    width: 50% !important;
}

/*Media Query*/
@media only screen and (max-width:768px) {

    fieldset .grid10 input.phone3digit {
        width: 3em;
    }

    fieldset .grid10 input.phone4digit {
        width: 3.5em;
    }
}

@media only screen and (max-width:1380px) {

    .contentHolder select {
        width: 100%;
    }

    .contentHolder fieldset .grid4 label {
        display: inline;
    }

    .textboxWidth{
        width: 100% !important;
    }
}
