form ol {
	margin: 0;
	padding: 0;
}

form ol li {
	list-style: none;
	margin-bottom: 1em;
}

form input,
form textarea {
	width: 200px;
}

form textarea {
	height: 100px;
}

form span.required {
	color: Red;
}

form #buttonrow {
	margin-top: -1em;
}

form #buttonrow #submit,
form #buttonrow #continue {
	width: auto;
	background-color: White;
	border: 1px solid #b5b5b5;
	padding: 3px;
	cursor: pointer;
}

form span.error {
	display: block;
	float: right;
	margin-right: 50px;
	font-weight: bold;
	color: Red;
	font-style: italic;
}

form div.error br {
	display: none;
}

form div.error input,
form div.error textarea {
	background-color: #ffe0e0;
	border: 1px solid Red;
}