.form {
}
.form fieldset {
	margin: 5px;
}
.form .line .error {
	margin: 1px 3px 10px 200px;
	font-size: smaller;
}

.form .error ul {
	margin-top: 0px;
}
.line {
	margin-top: 5px;
	margin-bottom: 5px;
}

.line label.checkbox {
	float: none;
}

.line label {
	float: left;
	width: 200px;
}

.line .inputtext {
	width: 200px;
}

.line textarea {
	height: 200px;
	width: 500px;
}

.line.submit {
	text-align: center;
}
