#contact-us-details
{
	width: 60%;
	float:left;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 10px 20px;
	font-size: 20px;
	box-sizing: border-box;
}

#contact-us-details.header
{
width: auto;	
font-size: 18px;
padding: 0px 0px 10px 5px;
}

#contact-us-details-header
{
	font-size: 18px;
	width: 100%;
	padding: 0px 0px 20px 0px;
}

label {
	font-size: 18px;
}

#contact-us-details-info
{
	
	width: 100%;
	padding: 0px 0px 10px 0px;
}

#contact-us-details-info img
{
	width: 20px;
	height: 20px;
	margin: 0px 0px 0px 0px;
}

#contact-us-details-info a
{
	margin: 0px 0px 0px 0px;	
}

.half-length {
	width: 50%;
}

#contact-us-form
{
	color:black;
	width: 100%;
	background-color: white;
	float:left;
	margin: 20px 0px 40px 0px;
	padding: 10px 10px 10px 30px;
	box-shadow: 2px 2px 15px rgba(132, 116, 116, 0.5);
	box-sizing: border-box;
}

#contact-us-form.a {
	color:black;
}

#contact-us-form.label {
	color:black;
}

#contact-us-form-header
{
	font-size: 20px;
	width: 100%;
	padding: 0px 0px 20px 0px;
}

#contact-us-form input
{
margin: 0px 0px 20px 0px;
width: 95%;
resize: none;
}

#contact-us-form input.rounded-corners
{
	border-radius: 5px;
}

#contact-us-form textarea
{
margin: 0px 0px 20px 0px;	
width: 95%;
resize: none;
}

#contact-us-form textarea.rounded-corners
{
	border-radius: 5px;
}

#contact-us-form-header
{
	font-size: 20px;
	width: 100%;
	padding: 0px 0px 20px 0px;
}

#google-link
{
	cursor:pointer;
	text-decoration:underline;
}