@charset "UTF-8";
/* CSS Document */


.field{
	font-size: 1em;
	display: block;
	margin-bottom: 0.5em;
}	

textarea {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; /* Firefox needs this repeated */
	font-size: 1em;
}

input {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; /* Firefox needs this repeated */
	font-size: 1em;
}

.button { /* Safari ignores this? */
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; /* Firefox needs this repeated */
	font-size: 1.2em;
}