.contact-form table { width: 100%; }
.contact-form th { padding-right: 15px; }
.contact-form td input { width: 100%; }
.contact-form td textarea { width: 100%; }

@media only screen and (max-width: 630px) {
    .contact-form td input { width: 100%; }
    .contact-form td textarea { width:100%; }
}

.map-wrapper {
	width: 99%;
	height: 350px;
	margin: 0 0 0;
	border: 5px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,.25);
	-moz-box-shadow: 3px 3px 5px 0 rgba(0,0,0,.25);
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,.25);
}