.rsform-block {
	margin-bottom: 1rem;
}

.rsform-submit-button {
	display: block;
	margin: 0 auto;
	padding: .75rem 3rem;
	background-color: #c24509 !important;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
}







.formHidden {
	position: absolute;
	left: -20000px;
	top: -20000px;
	opacity: 0;
	visibility: hidden;
}

.formRed
{
	color: red;
	font-weight: bold;
}

.formError {
	color: #CF4D4D;
	font-weight:bold;
	font-size:10px;
}

.formNoError {
	display:none;
}

strong.formRequired {
	font-weight: bold;
	font-style: normal;
	margin-left: 3px;
}

div.formBody {
	display: block;
	float: left;
}

div.formDescription {
	margin-left: 3px;
	padding-left: 3px;
	font-size: 11px;
	font-weight: normal;
}
