/* CSS Document */
fieldset {
	margin: 1em 0 0 0;
	padding: 0;
	background-color: #ddd;
	border: 1px solid #666;
	width: 500px;
}
fieldset ol {
	padding: 0.5em 1em 0 1em;
	list-style: none;
}
fieldset li {
	padding-bottom: 1em;
}
fieldset.submit {
	border-style: none;
	background-color: #fff;
	text-align: center;
}
label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
	font-weight: bold;
	font-size: smaller;
}
.required {
	color: red;
}
.space {
	margin-bottom: 25em;
}
.last {
	margin-bottom: 0em;
}