﻿body .contact-us-form{width:100%;margin:0 auto;}body .contact-us-form table{height:100%;width:100%;border:none;border-collapse:collapse;}body .contact-us-form table tr{width:100%;}body .contact-us-form table tr td{height:100%;width:50%;margin:0;padding:0;vertical-align:top;border:none;}body .contact-us-form table tr td input[type="text"]{width:calc(100% - 5px - 6px);height:35px;margin-bottom:5px;padding:0 3px;}body .contact-us-form table tr td input[type="text"]:last-child{margin-bottom:0;}body .contact-us-form table tr td input[type="text"].error{border:2px solid #f00;}body .contact-us-form table tr td textarea{margin-left:5px;padding:5px;width:calc(100% - 5px - 10px);height:100%;overflow:hidden;resize:none;}body .contact-us-form table tr td input[type="text"],body .contact-us-form table tr td textarea{border-radius:4px;border:1px solid #808080;}body .contact-us-form table tr td textarea.error{border:2px solid #f00;}body .contact-us-form table tr td button{float:left;margin-top:10px;margin-left:5px;}@media(max-width:800px){body .contact-us-form{width:95%;}body .contact-us-form table tr td{display:block;width:100%;}body .contact-us-form table tr td input[type="text"]{width:calc(100% - 6px);}body .contact-us-form table tr td input[type="text"]:last-child{margin-bottom:5px;}body .contact-us-form table tr td textarea{margin:0;height:100px;width:calc(100% - 10px);}}