body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: none;
}

#menu, #footer, body.form #body, hr.clear, #right-panels {
	display: none;
}

form fieldset {
	border: 0;
}
form div {
	margin-top: 1em;
	width: 100%;
}
form input.field {
	width: 380px;
	height: 30px;
	font-family: courier;
	font-size: 1em;
	border: none;
	border-bottom: 1px dashed #000000;
}
form textarea {
	width: 380px;
	font-family: courier;
	font-size: 1em;
	overflow: hidden;
	border: none;
	border-bottom: 1px dashed #000000;
}
form div.button {
	display: none;
}
label {
	width: 120px;
	display: block;
	float: left;
	margin-top: .5em;
}