@charset "utf-8";

form{
	width: 100%;
	margin-top: 40px;
}

.field{
	height: 60px;
}


form input[type="submit"]{
	width: 200px;
	float: none;
	background-color:#41829f;
	color: white;
	border: none;
	padding: 7px;
}


form input[type="text"],
form input[type="email"]{
	width: 100%;
}

orm textarea{
	width: 100%;
}