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

form{
	margin: -16px auto 0px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 95%;
	display: block;
	padding-left: 1em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
fieldset{
	margin-bottom: .3em;
	width: 500px;
	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;
}

form ul{
	list-style: none;
	
}

form li{
	margin: 0;
	margin-bottom: .2em;
	padding: 0;
	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;
	
}

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*/ 
}
.TectiteForm {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
