#contact_container {
	width: 950px;
	height: 200px;
}

#contact_info {
	float: left;
	width: 498px;
	height: 197px;
}

.contact_details {
	float: left;
	width: 498px;
	height: 85px;
	margin-top: 40px;
	margin-left: 17px;
}

#gmap {
	float: left;
	width: 149px;
	height: 27px;
	margin-left: 17px;
}

#contact_form {
	float: left;
	width: 443px;
	height: 168px;
	margin-left: 5px;
}

#contact_form .contact_name {
	float: left;
	width: 182px;
	height: 47px;
	margin-top: 30px;
	margin-left: 17px;
}

#contact_form .contact_mail {
	position: absolute;
	width: 182px;
	height: 47px;
	margin-top: 110px;
	margin-left: 17px;
}

#contact_form .contact_message {
	float: left;
	width: 212px;
	height: 82px;
	margin-top: 30px;
	margin-left: 17px;
}

#contact_form .contact_buttons {
	float: right;
	width: 212px;
	height: 15px;
	margin-top: 29px;
	margin-right: 9px;
}

/* FIXES FOR BG IMAGES REMOVAL */
.contact_details {width:481px; margin-top:30px;height:auto;}