
/* FORM */

#theform fieldset {
	width: 20em;
	border: 0;
	margin: 0;
	padding: 0em;
	float: left;
}
#theform label {
	font-size: 1em;
	display: block;
}
#theform input {
	font-size: 1em;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	width: 18em;
	background-color: #cccccc;
	border: 0;
}
#theform textarea {
	width: 28em;
	font-size: 1em;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	border: 0;
}
#buttonholder {
	width: 28em;
	text-align: right;
	border: 0;
	margin-top: 10px;
}

/* END FORM */