table {
	margin: auto;
}

td {
	text-align: left;
	vertical-align: top;
	height: 30px;
}

label {
	font-size: 20px;
	font-family: "Gill";
	color: #708090;
	text-shadow: 0px 1px 1px #afd4ec;
}

input, textarea, select {
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #6792AB;
}

input, select {
	height: 25px;
	width: 350px;
	font-size: 18px;
	font-family: "Gill";
	color: #ECECEE;
	text-indent: 5px;
}

textarea {
	height: 200px;
	width: 450px;
	max-height: 200px;
	max-width: 450px;
	font-size: 18px;
	font-family: "Gill";
	color: #ECECEE;
	text-indent: 5px;
}

form table tr td input#send {
	width: 75px;
	height: 50px;
}
