input, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
	background-color: white;
	width: 200px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 3px;
}
input {
	/* 
	height specification should not be applied to textarea,
	so it is specified separately in this block
	*/
	height: 20px; 
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #686237;
	text-decoration: none;
	background-color: #d9cfa7;
	height: 20px;
	width: 50px;
}