body {
	margin-top: 0px;
	padding-top: 0px;
	background: #ffffff;
	font-family: trebuchet, trebuchet ms, tahoma, sans-sarif;
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

form {
	width: 770px;
	margin-left: 10px;
}

input {
	border: 0px;
	border-bottom: 1px solid #000000;
	font-family: comic sans, comic sans ms, arial, sans-serif;
}

.button {
	border: 1px solid #000000;
	font-family: trebuchet, trebuchet ms, tahoma, sans-sarif;
	background: #74a375;
}

.button:hover {
	background: #b0cab0;
}