.formCenter {
	width: 85%;
	text-align: center;
	margin: 0 auto;
}

label {
	display: block;
	width: 100%;
	text-align: left;
}

input, textarea {
	font-family: fontSansSerif, sans-serif;
	font-size: 1.0em;
	line-height: 1.0;
	color: black;
	background-color: lightgray;
	border-radius: 5px;
	margin: 5px 0;
	height: 35px;
	padding: 2px 5px;
}

input {
	width: 100%;
}

input[type='submit'] {
	font-weight: bold;
	width: auto;
}

textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 150px;
	min-height: 150px;
}
