div.page-content .contact .map {
	float: right;
	width: 470px;
	margin-left: 10px;
}
div.page-content .contact .title {
	width: 50%;
}
div.page-content .contact > .title {
	font-weight: bold;
}
div.page-content .contact .content {
	width: 470px;
	margin-right: 10px;
	margin-bottom: 30px;
}

div.page-content .contact .form {
	width: 440px;
	margin-right: 20px;
	padding: 15px;
	background-color: #E5E5E5;
}

div.page-content .contact .form form {
	margin-bottom: 0;
}

div.page-content .contact .form .title {
	line-height: 30px;
	width: 100%;
	text-align: center;
}

div.page-content .contact .form .element {
	width: 100%;
	margin-bottom: 5px;
}

div.page-content .contact .form .element .name {
	width: 30%;
	line-height: 30px;
	font-size: 15px;
}

div.page-content .contact .form .element .input.all {
	line-height: 30px;
	width: 100%;
	float: none;
}

div.page-content .contact .form .element .input {
	line-height: 30px;
	width: 70%;
	float: right;
}

div.page-content .contact .form .element .input input {
	color: #B1B1B1;
	width: 296px;
	font-size: 15px;
	line-height: 18px;
	border: 1px solid #B1B1B1;
	padding: 5px;
	margin: 0;
	outline: 0;
}

div.page-content .contact .form .element .input textarea {
	color: #B1B1B1;
	width: 428px;
	font-size: 15px;
	line-height: 18px;
	border: 1px solid #B1B1B1;
	padding: 5px;
	margin: 0;
	resize: none;
	outline: 0;
}

div.page-content .contact .form .button {
	margin-top: 10px;
	float: right;
	margin-bottom: 10px;
}

div.alert { 
	margin-bottom: 10px;
}

#googleMap {
	width: 100%;
	height: 300px;
}