/** displays custom style for form input fields. Must be called from each form input. Not being used yet.
.formContent{
	color: #000000;
	margin-right: 10px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	border: solid 1px #000000
	}
**/