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

form{
	margin: -16px auto 0px;
	width: 473px;
	text-align: left;
	padding: 20px;
}
fieldset{
	margin-bottom: .3em;
	width: 500px;
	border-width: 0px;
}

legend{
	font-size: 1.4em;
	color: #013216;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: -17px;
	margin-bottom: -13px;
}

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: 450px;
	padding: .5em;
	font-size: 1em;
	
}

textarea{
	height: 60px;

}

label.text{
	display: block;
	font-size: 1.1em;
	font-weight: normal;
	
}
.TectiteForm {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
