*{
	padding: 0px;
	margin: 0px;
	font-family: Century Gothic;
}

body {
	background-color: #ededed;
}

form{
	width: 700px;
	margin: auto;
	background-color: #8bf;
	margin-top: 100px
}

input {
	margin: : 15px;
	padding: 10;
	width: 640px;
	font-size: 18px
	border: none;
	margin-bottom: 5px;
}

input[type="submit"]{
	margin-bottom: 15px;
	margin-top: 5px;
}
textarea {
	font-size: 18ps;
	margin: 15px;
	padding: 10px;
	min-width: 640px;
	max-width: 640px;
	min-height: 100px;
	max-height: 200px;
	border: none;	
	margin-bottom: 5px;
