label {
	font-size: 75%;
}input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #F0F0F0;
	font-size: 80%;
	padding-right: 0.3em;
	padding-left: 0.3em;
	width: 16em;
	border-top: 0em none;
	border-right: 0em none;
	border-bottom: 0.1em dashed #999999;
	border-left: 0em none;
}
form {
	margin-left: 10em;
	width: 32em;
	border-top-width: 0.1em;
	border-bottom-width: 0.2em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	padding-top: 0.4em;
	margin-top: 0em;
	padding-bottom: 0.4em;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	font-size: 65%;
	border: 0.1em outset #333333;
	width: 4em;
	margin-left: 1em;
	text-align: center;
	padding: 0px;
}
form p {
	font-size: 70%;
	margin: 0.1em 0em 0em;
	padding: 0em;
	font-style: italic;
}
