﻿/* =============================================================================
	Contact Form
	========================================================================== */
table.ContactFormTable td {
	padding:2px !important;
    padding-bottom:9px !important;
}
table.ContactFormTable {
	width:90% !important;
    table-layout:fixed;
}

#rc-imageselect, .g-recaptcha, .gc-reset {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0 !important;
}
@media (max-width: 320px) {
    #rc-imageselect, .g-recaptcha, .gc-reset {
        transform: scale(0.95) !important;
        -webkit-transform: scale(0.95) !important;
        transform-origin: 0 0 !important;
        -webkit-transform-origin: 0 0 !important;
    }
}