fieldset {
	border: 1px solid #c0c0c0;
}

legend {
	border: 1px solid #c0c0c0;
	font-weight: bold;
	margin-bottom: .5em;
	padding: 2px 5px;
}

label {
	display: block;
	float: left;
	margin-right: .6em;
	position: relative; top: 3px;
	text-align: right;
	width: 10em;
}

input, select, textarea {
	margin-bottom: .3em;
	padding: 2px;
}

input.button {
	margin-left: 210px;
	margin-top: 5px;
}

label.incomplete {
	background: transparent;
	color: #000000;
}

input.incomplete, select.incomplete, textarea.incomplete {
	border: 1px solid #000000;
}