@charset "utf-8";
/* CSS Document */

.TectiteForm {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-top: 15px;
	
}

form{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 20px;
	width: 95%;
	display: block;
	padding-left: 1em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	box-sizing: border-box;
	padding-right: 0px;
}

.contactForm {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 7px;
	font-weight: bold;
	margin-left: -10px;
	margin-right: 11px;
}
.formfield {

}
.label-bottom-pad {

}


fieldset{
	margin-bottom: .3em;
	border-width: 0px;
}

legend{
	font-size: 1.4em;
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: -24px;
	text-align: center;
	display: block;
}

form ul{
	list-style: none;
	
}

form li{
	margin: 0;
	margin-bottom: 0.4em;
	padding: 0;
	font-size: .9em;

}

input[type=button], input[type=submit], input[type=reset] {
	background-color: #0093DD;
	border: none;
	color: white;
	padding: 16px 32px;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 4px;
	cursor: pointer;
	font-size: 1em;
	border-radius: 12px;
	font-weight: bold;
	margin-left: 37%;
}
input[type=text],
input[type=email],
input[type=tel], 
textarea, select{
	background: #fff;
	border: 1px solid #0093DD;
	box-shadow: 0px 0px 1px 1px rgba(40, 50, 50, 0.25) inset;
	width: 98%;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 1em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 13px;
	margin-bottom: 8px;
	border-radius: 17px;
	color: #696969;
}
#Request_Form .contactForm #field4 {
	width: 102%;
}


textarea{
	height: 60px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

}

label.text{
	display: inline-block;
	float: left;
	line-height: 23px; /**lines up labels with fields**/
	width: 15%;
	font-size: 12px;
	text-align: right;
	margin-right: 10px; /*space between labels, fields*/
	padding-bottom: 28px;
}
.TectiteForm {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-required {
	margin-left: 5px;
	color: #f4f5f4;
}
.error {
	color: #FF0000;
}
.antispam {
	display: none;
}

@media (min-width:48em){
	.TectiteForm {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-top: -5px;
	max-width: 67%;
}
}
