div.form.contact div.box {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-right: 20px;
	border-top: rgb(229, 229, 229) 1px solid;
	border-left: rgb(229, 229, 229) 1px solid;
	border-right: rgb(229, 229, 229) 1px solid;
	border-bottom: rgb(229, 229, 229) 1px solid;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: rgb(255, 255, 255);
	page-break-inside: avoid;
	break-inside: avoid-column;;
}

div.form.contact div.box.box-without-border {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

div.form.contact header {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-left: -20px;
	margin-right: -40px;
	margin-bottom: 20px;
	color: rgb(255, 255, 255);
	font-size: 22px;
	font-weight: 400;
	background-color: rgb(41, 196, 169);
}

div.form.contact hr {
	margin-left: -20px;
}

div.form.contact div.field {
	vertical-align: bottom;
}

div.form.contact label {
	color: rgb(73, 80, 87);
	font-size: 16px;
}

div.form.contact label.checkbox {
	display: inline-block;
}

div.form.contact div.hidden {
	display: none;
}

div.form.contact button {
	vertical-align: bottom;
}

div.form.contact input {
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgb(73, 80, 87);
	font-size: 16px;
	width: 95.0%;
	max-width: 95.0%;
	min-width: 95.0%;
	border-top: rgb(170, 170, 170) 1px solid;
	border-left: rgb(170, 170, 170) 1px solid;
	border-right: rgb(170, 170, 170) 1px solid;
	border-bottom: rgb(170, 170, 170) 1px solid;
	border-radius: 4px;
	background-color: rgb(248, 249, 250);
	display: inline-block;
}

div.form.contact input:read-only {
	background-color: rgb(221, 221, 221);
}

div.form.contact select {
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgb(73, 80, 87);
	font-size: 16px;
	width: 97.5%;
	max-width: 97.5%;
	min-width: 97.5%;
	border-top: rgb(170, 170, 170) 1px solid;
	border-left: rgb(170, 170, 170) 1px solid;
	border-right: rgb(170, 170, 170) 1px solid;
	border-bottom: rgb(170, 170, 170) 1px solid;
	border-radius: 4px;
	background-color: rgb(248, 249, 250);
	display: inline-block;
}

div.form.contact textarea {
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgb(73, 80, 87);
	font-size: 16px;
	width: 95.0%;
	max-width: 95.0%;
	min-width: 95.0%;
	border-top: rgb(170, 170, 170) 1px solid;
	border-left: rgb(170, 170, 170) 1px solid;
	border-right: rgb(170, 170, 170) 1px solid;
	border-bottom: rgb(170, 170, 170) 1px solid;
	border-radius: 4px;
	background-color: rgb(248, 249, 250);
	display: inline-block;
}

div.form.contact textarea:read-only {
	background-color: rgb(221, 221, 221);
}

div.form.contact input[type="checkbox"] {
	padding-top: 6px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgb(73, 80, 87);
	font-size: 16px;
	width: 20px;
	max-width: 20px;
	min-width: 20px;
	border-top: rgb(170, 170, 170) 1px solid;
	border-left: rgb(170, 170, 170) 1px solid;
	border-right: rgb(170, 170, 170) 1px solid;
	border-bottom: rgb(170, 170, 170) 1px solid;
	border-radius: 4px;
	background-color: rgb(248, 249, 250);
	display: inline-block;
}

div.form.contact input[type="checkbox"]:read-only {
	background-color: rgb(221, 221, 221);
}

div.form.contact input[type="submit"] {
	margin-left: 10px;
	margin-right: 10px;
	color: rgb(255, 255, 255);
	width: auto;
	max-width: auto;
	min-width: auto;
	border-top: rgb(170, 170, 170) 1px solid;
	border-left: rgb(170, 170, 170) 1px solid;
	border-right: rgb(170, 170, 170) 1px solid;
	border-bottom: rgb(170, 170, 170) 1px solid;
	border-radius: 4px;
	background-color: rgb(41, 196, 169);
	display: inline-block;
	float: right;
}

div.form.contact input[type="submit"].submitCancel {
	color: rgb(73, 80, 87);
	background-color: rgb(241, 196, 15);
}

div.form.contact input[type="submit"].submitDelete {
	background-color: rgb(205, 32, 31);
}

div.form.contact input[type="submit"].submitInsert {
	background-color: rgb(70, 184, 218);
}

div.form.contact div.property span.key {
	padding-right: 10px;
	color: rgb(173, 173, 173);
	font-weight: bold;
	width: 40.0%;
	max-width: 40.0%;
	min-width: 40.0%;
	vertical-align: top;
	text-align: right;
	display: inline-block;
}

div.form.contact div.property span.value {
	color: rgb(73, 80, 87);
	width: 55.0%;
	max-width: 55.0%;
	min-width: 55.0%;
	vertical-align: top;
	display: inline-block;
}

div.form.contact div.field.item_1 {
	width: 100.0%;
	max-width: 100.0%;
	min-width: 100.0%;
}

div.form.contact div.field.item_2 {
	width: calc(100.0% - 20px);
	max-width: calc(100.0% - 20px);
	min-width: calc(100.0% - 20px);
}

div.form.contact div.field.item_3 {
	width: calc(100.0% - 20px);
	max-width: calc(100.0% - 20px);
	min-width: calc(100.0% - 20px);
}

div.form.contact div.field.item_4 {
	width: calc(100.0% - 20px);
	max-width: calc(100.0% - 20px);
	min-width: calc(100.0% - 20px);
}

div.form.contact div.field.item_5 {
	width: calc(100.0% - 20px);
	max-width: calc(100.0% - 20px);
	min-width: calc(100.0% - 20px);
}

div.form.contact div.field.item_6 {
	width: calc(100.0% - 20px);
	max-width: calc(100.0% - 20px);
	min-width: calc(100.0% - 20px);
}

div.form.contact div.field.item_7 {
	width: calc(100.0% - 20px);
	max-width: calc(100.0% - 20px);
	min-width: calc(100.0% - 20px);
}

div.form.contact div.field.item_8 {
	width: calc(100.0% - 20px);
	max-width: calc(100.0% - 20px);
	min-width: calc(100.0% - 20px);
}

div.form.contact div.field.item_9 {
	width: calc(100.0% - 20px);
	max-width: calc(100.0% - 20px);
	min-width: calc(100.0% - 20px);
}

div.form.contact div.field.item_10 {
	width: calc(100.0% - 20px);
	max-width: calc(100.0% - 20px);
	min-width: calc(100.0% - 20px);
}

div.form.waitlist div.box {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-right: 20px;
	border-top: rgb(229, 229, 229) 1px solid;
	border-left: rgb(229, 229, 229) 1px solid;
	border-right: rgb(229, 229, 229) 1px solid;
	border-bottom: rgb(229, 229, 229) 1px solid;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: rgb(255, 255, 255);
	page-break-inside: avoid;
	break-inside: avoid-column;;
}

div.form.waitlist div.box.box-without-border {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

div.form.waitlist header {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-left: -20px;
	margin-right: -40px;
	margin-bottom: 20px;
	color: rgb(255, 255, 255);
	font-size: 22px;
	font-weight: 400;
	background-color: rgb(41, 196, 169);
}

div.form.waitlist hr {
	margin-left: -20px;
}

div.form.waitlist div.field {
	vertical-align: bottom;
}

div.form.waitlist label {
	color: rgb(73, 80, 87);
	font-size: 16px;
}

div.form.waitlist label.checkbox {
	display: inline-block;
}

div.form.waitlist div.hidden {
	display: none;
}

div.form.waitlist button {
	vertical-align: bottom;
}

div.form.waitlist input {
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgb(73, 80, 87);
	font-size: 16px;
	width: 95.0%;
	max-width: 95.0%;
	min-width: 95.0%;
	border-top: rgb(170, 170, 170) 1px solid;
	border-left: rgb(170, 170, 170) 1px solid;
	border-right: rgb(170, 170, 170) 1px solid;
	border-bottom: rgb(170, 170, 170) 1px solid;
	border-radius: 4px;
	background-color: rgb(248, 249, 250);
	display: inline-block;
}

div.form.waitlist input:read-only {
	background-color: rgb(221, 221, 221);
}

div.form.waitlist select {
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgb(73, 80, 87);
	font-size: 16px;
	width: 97.5%;
	max-width: 97.5%;
	min-width: 97.5%;
	border-top: rgb(170, 170, 170) 1px solid;
	border-left: rgb(170, 170, 170) 1px solid;
	border-right: rgb(170, 170, 170) 1px solid;
	border-bottom: rgb(170, 170, 170) 1px solid;
	border-radius: 4px;
	background-color: rgb(248, 249, 250);
	display: inline-block;
}

div.form.waitlist textarea {
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgb(73, 80, 87);
	font-size: 16px;
	width: 95.0%;
	max-width: 95.0%;
	min-width: 95.0%;
	border-top: rgb(170, 170, 170) 1px solid;
	border-left: rgb(170, 170, 170) 1px solid;
	border-right: rgb(170, 170, 170) 1px solid;
	border-bottom: rgb(170, 170, 170) 1px solid;
	border-radius: 4px;
	background-color: rgb(248, 249, 250);
	display: inline-block;
}

div.form.waitlist textarea:read-only {
	background-color: rgb(221, 221, 221);
}

div.form.waitlist input[type="checkbox"] {
	padding-top: 6px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgb(73, 80, 87);
	font-size: 16px;
	width: 20px;
	max-width: 20px;
	min-width: 20px;
	border-top: rgb(170, 170, 170) 1px solid;
	border-left: rgb(170, 170, 170) 1px solid;
	border-right: rgb(170, 170, 170) 1px solid;
	border-bottom: rgb(170, 170, 170) 1px solid;
	border-radius: 4px;
	background-color: rgb(248, 249, 250);
	display: inline-block;
}

div.form.waitlist input[type="checkbox"]:read-only {
	background-color: rgb(221, 221, 221);
}

div.form.waitlist input[type="submit"] {
	margin-left: 10px;
	margin-right: 10px;
	color: rgb(255, 255, 255);
	width: auto;
	max-width: auto;
	min-width: auto;
	border-top: rgb(170, 170, 170) 1px solid;
	border-left: rgb(170, 170, 170) 1px solid;
	border-right: rgb(170, 170, 170) 1px solid;
	border-bottom: rgb(170, 170, 170) 1px solid;
	border-radius: 4px;
	background-color: rgb(41, 196, 169);
	display: inline-block;
	float: right;
}

div.form.waitlist input[type="submit"].submitCancel {
	color: rgb(73, 80, 87);
	background-color: rgb(241, 196, 15);
}

div.form.waitlist input[type="submit"].submitDelete {
	background-color: rgb(205, 32, 31);
}

div.form.waitlist input[type="submit"].submitInsert {
	background-color: rgb(70, 184, 218);
}

div.form.waitlist div.property span.key {
	padding-right: 10px;
	color: rgb(173, 173, 173);
	font-weight: bold;
	width: 40.0%;
	max-width: 40.0%;
	min-width: 40.0%;
	vertical-align: top;
	text-align: right;
	display: inline-block;
}

div.form.waitlist div.property span.value {
	color: rgb(73, 80, 87);
	width: 55.0%;
	max-width: 55.0%;
	min-width: 55.0%;
	vertical-align: top;
	display: inline-block;
}

div.form.waitlist div.field.item_1 {
	width: 100.0%;
	max-width: 100.0%;
	min-width: 100.0%;
}

div.form.waitlist div.field.item_2 {
	width: calc(100.0% - 20px);
	max-width: calc(100.0% - 20px);
	min-width: calc(100.0% - 20px);
}

div.form.waitlist div.field.item_3 {
	width: calc(100.0% - 20px);
	max-width: calc(100.0% - 20px);
	min-width: calc(100.0% - 20px);
}

div.form.waitlist div.field.item_4 {
	width: calc(100.0% - 20px);
	max-width: calc(100.0% - 20px);
	min-width: calc(100.0% - 20px);
}

div.form.waitlist div.field.item_5 {
	width: calc(100.0% - 20px);
	max-width: calc(100.0% - 20px);
	min-width: calc(100.0% - 20px);
}

div.form.waitlist div.field.item_6 {
	width: calc(100.0% - 20px);
	max-width: calc(100.0% - 20px);
	min-width: calc(100.0% - 20px);
}

div.form.waitlist div.field.item_7 {
	width: calc(100.0% - 20px);
	max-width: calc(100.0% - 20px);
	min-width: calc(100.0% - 20px);
}

div.form.waitlist div.field.item_8 {
	width: calc(100.0% - 20px);
	max-width: calc(100.0% - 20px);
	min-width: calc(100.0% - 20px);
}

