﻿.form {
	margin: 0em;
}
.form p {
	width: 25%;
	float: left;
}
.divrow {
	float: left;
	width: 100%;
	margin-top: 1em;
}
.div_buttons {
	float: left;
	width: 75%;
	margin-top: 1em;
	margin-left: 25%;
}
.control_email {
	margin-top: 0.2em;
	float: left;
	width: 30%;
	height: 1.3em;
	font-family: inherit;
	font-size: 1.1em;
	text-transform: lowercase;
	color: inherit;
}
.control_enquiry {
	margin-top: 0.2em;
	float: left;
	width: 50%;
	height: 6em;
	font-family: inherit;
	font-size: 1.1em;
	color: inherit;
}
.control_name {
	margin-top: 0.2em;
	float: left;
	width: 50%;
	height: 2.4em;
	font-family: inherit;
	font-size: 1.1em;
	text-transform: capitalize;
	color: inherit;
}
.buttons {
	width: 10em;
	font-family: inherit;
	font-size: 1.1em;
	font-weight: bold;
	color: inherit;
	height: 2.5em;
	float: right;
	margin-top: 2em;
	margin-right: 1.2em;
	margin-bottom: 2em;
}

