form {
	padding: 0;
}

.mixed-column-form {
	max-width: 650px;
}

.lp-form-header {
	font-weight: 700;
	text-align: center;
	margin-bottom: 6px;
}

input {
	border-radius: 0;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #565656;
	background: transparent;
	height: 36px;
	width: 100%;
	margin-bottom: 6px;
	text-indent: 0;
}

input[type="radio"] {
	width: 1.5em;
	height: 1.5em;
	margin: 0 5px 0 0;
}

input[type=checkbox] {
	width: 1.5em;
	height: 1.5em;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

select {
	border-radius: 0;
	border: 1px solid #565656;
	height: 28px;
	width: 100%;
	margin-bottom: 14px;
}

textarea {
	border-radius: 0;
	border: 1px solid #565656;
	margin-bottom: 15px;
	height: 120px;
	overflow: auto;
}

button {
	color: #11599f;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #11599f;
	height: 48px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	margin-top: 0;
	font-weight: 700;
	text-transform: uppercase;
}

.leftcolumn {
	width: 49%;
	display: inline-block;
}

.rightcolumn {
	width: 49%;
	display: inline-block;
}

.two-column-form-field-sets > div:nth-of-type(odd) {
	display: inline-block;
	width: 49%;
}

.two-column-form-field-sets > div:nth-of-type(even) {
	display: inline-block;
	width: 49%;
}

.lp-required {
	display: none;
}

#zonez-form {
	padding: 20px 0;
}


#zonez-form input[type="text"],
#zonez-form input[type="email"],
#zonez-form input[type="tel"],
#zonez-form input[type="password"],
#zonez-form select,
#zonez-form textarea {
	font-size: 15px;
	border-right: none;
	border-left: none;
	border-top: none;
	color: #777;
}

#zonez-form .radio-label {
	font-size: 10px;
	line-height: 14px;
	display: inline-block;
	margin-top: 6px;
	color: #a4a4a4;
}

#zonez-form .lp-form-field .checkbox-1 {
	margin-top: 8px;
}

#zonez-form .lp-form-field .checkbox-1,
#zonez-form .lp-form-field .checkbox-2,
#zonez-form .lp-form-field .checkbox-3,
#zonez-form .lp-form-field .checkbox-4,
#zonez-form .lp-form-field .checkbox-5,
#zonez-form .lp-form-field .checkbox-6 {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
}

#zonez-form .lp-form-field .checkbox-1 label,
#zonez-form .lp-form-field .checkbox-2 label,
#zonez-form .lp-form-field .checkbox-3 label,
#zonez-form .lp-form-field .checkbox-4 label,
#zonez-form .lp-form-field .checkbox-5 label,
#zonez-form .lp-form-field .checkbox-6 label {
	font-size: 15px;
}

#zonez-form .lp-form-field-radio .radio-class {
	display: flex;
	width: 100%;
}

#zonez-form .lp-form-field-radio {
	margin-bottom: 10px;
}

#zonez-form .lp-form-field-radio .frame-select {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.lp-form-field-radio .exterior-color-radio-2,
.lp-form-field-radio .interior-color-radio-2 {
	padding: 0 15px;
}

.lp-form-field-radio .interior-color-radio-3 {
	padding: 0 15px 0 0;
}


#zonez-form .lp-form-field-radio .lp-label {
	margin-bottom: 10px;
	display: inline-block;
	padding: 0;
	font-size: 15px;
}

#zonez-form .lp-form-field-radio .frame-select .image-small {
	margin-right: 7px;
	width: 30px;
}

#zonez-form .lp-form-button {
	color: #11599f;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #11599f;
	height: 48px;
	width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
}

#zonez-form .text-success {
	font-size: 15px;
	display: inline-block;
	margin-top: 6px;
	color: #11599f;
}

#zonez-form input[type=checkbox] {
	width: 1.3em;
	height: 1.3em;
	background-color: #fff;
	border-radius: 50%;
	vertical-align: middle;
	border: 1px solid #565656;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
}

#zonez-form input[type=checkbox]:checked {
	background-color: #0075ff;
	border: 2px solid #ddd;
}

#zonez-form input[type="text"]:focus,
#zonez-form input[type="email"]:focus,
#zonez-form input[type="tel"]:focus,
#zonez-form input[type="password"]:focus,
#zonez-form select:focus,
#zonez-form textarea:focus {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #0075ff;
	outline: none;
}

#zonez-form.form-clean-zonez label {
	font-size: 15px;
	line-height: 22px;
	display: inline-block;
	padding: 7px 0;
}

#zonez-form .marketing-field.first-row-radio {
	margin-top: 10px;
}

#zonez-form .button-wrap {
	position: relative;
	height: 48px;
	width: 250px;
	margin-top: 25px;
}

#zonez-form .button-wrap #progress {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
}

#zonez-form .button-wrap #progress img {

	width: 30px;
	margin-top: 8px;

}

.selectbox-bg-gray {
	background-color: #fff;
	padding: 5px 0;
}

.selectbox-bg-gray select {
	font-size: 13px;
	background-color: transparent;
}

.selectbox-bg-white {
	background-color: #fff;
	padding: 5px 0;
}

.selectbox-bg-white select {
	font-size: 13px;
	background-color: transparent;
}

#zonez-form .selectbox-wrapper {
	width: 100%;
	height: 40px;
	overflow: hidden;
	overflow: -moz-hidden-unscrollable;
	background: url(../images/down-arrow.png) no-repeat right;
	border: 1px solid #666;
	display: inline-block;
	position: relative;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #565656;
}

#zonez-form select {
	padding: 3px 33px 3px 3px;
	margin-bottom: 20px;
	color: #777;
	font-size: 14px;
	background: transparent;
	-webkit-appearance: none;
	width: 100%;
	border: 0;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
}

#zonez-form textarea {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 0 3px 3px;
}

#zonez-form .selectbox-wrapper.wd-60 {
	width: 105px;
}

#zonez-form .selectbox-wrapper.wd-30 {
	width: 120px;
}

.radio-class-imgonly img {
	margin: 0 auto !important;
}
