/* CSS for Guest Pass Form */

.responsiveForm fieldset select {
    margin-left: 0;
}

.clearleft {
    clear: left;
}


fieldset .grid10 input.phone3digit {
    width: 2.5em;
}

fieldset .grid10 input.phone4digit {
    width: 3em;
}

/*Media Query Examples*/
/*
@media only screen and (min-width:768px){
}*/
@media only screen and (max-width:768px){

    fieldset .grid10 input.phone3digit {
        width: 3em;
    }

    fieldset .grid10 input.phone4digit {
        width: 3.5em;
    }

}
