/* PowerSite 2.93 - MARR: Contact Form CSS */
/* Last Updated: 2023.03.22 ET */

@import url('marr_default.css');

section.floatleft {
	position: relative;
	margin-right: 100px;
}

section.floatleft + form {
	position: relative;
	overflow: hidden;
}

form > p > label {
	display: block;
	font-weight: bold;
}

form > p > input[type="text"],
form > p > input[type="email"],
form > p > textarea {
	width: 100%;
}