/****ADD id="amd_contactform" to the form *************************************************/
fieldset, form, label, legend {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;
}
#amd_contactform {
	width: 490px;
	padding: 0px 0 30px 0px;
	background-color: #fff;
	}
legend, li.hidden, form li.amcf_zip {
	display: none;
	}
form ol {
	width: 100%; list-style: none; position: relative;
	margin: 0; padding: 0;
	}
form li {
	width: 300px;
	position: relative; margin-top: 40px; list-style: none;
	}
form li.twoLiner {
	margin-top: 60px;
	}
form li.twoLiner label {
	top: -40px; white-space: normal;
	}
li.amcf_note {
	width: 352px;
	}
li.amcf_submit {
	width: auto; margin-top: 20px;
	}
label {
	position: absolute; top: -20px; left: 0; width: 100%;
	color: #17645f; font-weight: 400; font-size: 16px; white-space: nowrap;
	}
span.req { color: red !important; }
input, textarea {
	width: 96%; margin: 0; padding: 6px 2%; line-height: normal !important;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #7ebeda;
	background-color: #f5f5f5; color: #000;
	}
textarea:focus,
input:focus {
	background-color: #fff; border: 1px inset #004268; color: #333 !important;
	}
input[type="checkbox"], input[type="radio"] {
	 width:auto; height: 16px; width: 16px; margin-right: 6px;
	 }
button#submitContact {
	padding: 5px 8px;
	color: #fff; font-size: 14px; border: #00729b 1px solid; background-color: #2a8ab4;
	}
button#submitContact:active,
button#submitContact:hover
 {
	cursor: pointer;
	/*adjust*/
	background-color: #7ebeda; color: #004268;
	}
input.showHint  {
	color: #999;
}
input.showErr, textarea.showErr {
	color: red; border: 1px inset red;
}
label.showErr {
	color: red;
	}
label.showErr:before {
   content: '>>>';
   font-size: inherit;
}
span.jsOffErrMsg { color: red; font-size:smaller;}
li span.outsideErrMsg,
li.showErr span.outsideErrMsg + span.outsideErrMsg { display: none; }
li.showErr span.outsideErrMsg { display: block; color: red;}
button#testPopulate {
	cursor: pointer;
}
p#amf_response_thank {
	margin: 0; padding-top: 2em; text-align: left; font-size: 22px;
	color: #17645f; line-height: 1.3;text-transform: none;
	}
.jsOfferror {
	font-weight: 600; color: red !important; margin: 0; padding: 0;
	font-size: .75em;
	}
li.buttonAuxCtner {
	float: left; margin:0 !important; width: auto !important;
	}