#content_area td {
	padding: 0;
}

#contact-us {
	text-align:left;
	font:400 12px "Muli", Arial, Helvetica, sans-serif;
	color:#7e7e7e;
}
#contact-us h1 {
	font-size: 30px;
	color: #00338d;
	margin: 0 0 22px;
	padding: 0;
	text-transform: uppercase;
}
#contact-us p {
	font: 400 12x/20px "Montserrat", Arial, Helvetica, sans-serif;
	color: #7e7e7e;
	margin: 0 0 19px 0;
	padding: 0;
}
#contact-details {
	float: right;
	width: 311px;
	margin: 0;
	padding: 0;
}
#contact-us h2,
#contact-details h2 {
	font:400 20px/18px "Alice", Arial, Helvetica, sans-serif;
	color:#00338d;
	margin:0;
	text-transform: uppercase;
	padding:0;
}
#contact-details ul {
	list-style:none;
	margin:0 0 20px;
	padding:0;
}
#contact-details li {
	font:400 13px/20px  Muli, Helvetica, sans-serif;
	color:#7e7e7e;
}
#contact-details a {
	color:#00338d;
	text-decoration:underline;
}
#contact-details .social {
	background:url("../images/social.png") 0 0 no-repeat;
	width:66px;
	height:20px;
}
#contact-details .social a {
	float:left;
	width:33%;
	height:100%;
	display:block;
	text-indent:-9999px;
}
#contact-form {
	float:left;
	width:380px;
	padding: 8px 0 12px 20px;
	background:#fff;
}
#contact-form label {
	font:400 12px "Montserrat", Arial, Helvetica, sans-serif;
	color:#00338d;
	margin-top: 6px;
	display:block;
}
#contact-form input, #contact-form textarea {
	background:#FFF;
	border:1px solid #e1e1e1;
	padding: 5px;
	resize: none;
	margin-bottom: 4px;
}
#contact-form .asterik {
	color:#aa1f30;
}
#contact-form #submit {
	cursor:pointer;
	display:block;
	background:url("/v/vspfiles/images/vol_imgs/send-message.png") 0 0 no-repeat;
	width:151px;
	height:40px;
	text-indent:-9999px;
	border:none;
}
#contact-form .first-name, #contact-form .last-name {
	float:left;
	width:159px;
}

#contact-form input[type="radio"] {
	vertical-align: middle;
}

/* * * * * * FIXES * * * * * */
html body#body div#page-wrapper div#content-wrapper div#content div#content_area table tbody tr td {
	padding:0;
}
#content_area > table:first-child {
	border-collapse:collapse;
}

#first-name, #last-name {
	width: 136px;
}

#email, #phone, #hear {
	width: 238px;
}

#message {
	width: 347px;
}