.contactsPage .table {
    display: table;
    margin-bottom: 55px;
    width: 100%;
}
.contactsPage .leftCol {
    display: table-cell !important;
    font-family: "ArialNarrowRegular",sans-serif;
    font-size: 16px;
    padding-right: 45px;
    padding-top: 5px;
}
.contactsPage .rightCol {
    display: table-cell !important;
    padding: 0 20px;
    width: 370px;
}
.contactsPage input.text, .contactsPage textarea {
    background: #fff none repeat scroll 0 0;
    color: #4e4c4c;
}
.contactsPage input.text {
    border: 0 none;
    border-radius: 0;
    font: 300 14px/31px "Roboto",sans-serif;
    height: 32px;
    margin-bottom: 12px;
    padding: 10px 25px;
    width: 320px;
}
.contactsPage textarea {
    border: 0 none;
    font: 300 14px/20px "Roboto",sans-serif;
    height: 60px;
    margin-bottom: 29px;
    padding: 15px 25px;
    width: 320px;
}
.contactsPage .button {
    display: block;
    margin: 0 auto;
	color: #fff;
	background: #075094;
	border:1px solid #fff;
	-moz-box-shadow:1px 1px 0 RGBA(0,0,0,0.12);
	-webkit-box-shadow: 1px 1px 0 RGBA(0,0,0,0.12);
	box-shadow: 1px 1px 0 RGBA(0,0,0,0.12);
    font-size: 16px;
    height: 25px;
    line-height: 23px;	
	text-decoration: none;
	padding: 0 10px;
}
.contactsPage .button:hover {background:#2270B1 }
.mapWrapper {
    border: 3px solid #fff;
}