div.label {
	float: left;
	width: 100px;
}

input {
	border: 1px solid #000000;
}

div.inputfield {
	clear: both;
	padding: 2px 0px;
}

div.inputfield input {
	width: 300px;
}

div.resultfield {
	width: 300px;
	text-align: left;
}

div.buttons {
	margin-top: 10px;
	text-align: right;
}

div.error {
	font-weight: bold;
	background: #ff0000;
	color: #ffffff;
	padding: 0px;
	margin: 6px 0px;
}

p.bodytext {
	padding: 0px 0px 10px 0px;
}
