body {
	font-size: 14px;
}
#result {
	font-size: 20px;
	margin: 10px;
	height: 50px;
	display: none;
}

form {
	width: 750px;
	line-height: 1.5em;
	padding-bottom: 35px;
}

form label {
	float: left;
	width: 200px;
	margin-right: 2px;
	display: block;
}
form ul input {
	width: 190px;
	padding: 1px 2px;
}
form li {
	margin-bottom: 16px;
}
