form.style {
	margin: 10px 0px 10px 0px;
}

form.style label {
	float: left;
	width: 10em;
}

form.style div {
	margin: 10px 0px 10px 0px;
}

form.style input[type='text'] {
	width: 20em;
}

span.required {
	color: #990000;
	font-size: 1.4em;
	font-weight: bold;
}