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

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;
}
fieldset{
	margin-bottom: .3em;
	border-width: 0px;
}

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

form ul{
	list-style: none;
	
}

form li{
	margin: 0;
	margin-bottom: .2em;
	padding: 20px;
	font-size: .9em;

}


input[type=text],
input[type=email],
input[type=tel], 
textarea, select{
	background: #fff;
	border: 1px solid #CCC;
	box-shadow: 0px 0px 1px 1px rgba(40, 50, 50, 0.25) inset;
	width: 95%;
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: 1em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 6px;	
}

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: 40px;
	text-align: right;
	margin-right: 10px;
	padding-top: 20px;
}

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


.form-required {
	margin-left: 5px;
	color: #f4f5f4;
}
.contactForm {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.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%;
}
}
