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

form{
	margin: auto;
	width: 500px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: left;
	padding: 20px;
}

fieldset{
	border:none;
	border-bottom: 1px solid #839AB3;
	margin-bottom: .3em;
	width: 500px;
}

fieldset:last-child{
	border:none
}

legend{
	font-size: 1.4em;
	color: #909090;
	margin-bottom: 15px;
}

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;
	
}
