@CHARSET "ISO-8859-1";

form {
	width: 100%;
}
form label, form div.label {
	display: block;
	padding: 1px 0;
	clear: both;
}
form label strong, form div.label strong {
	color: #a00;
	float: left;
	margin: 0 3px 0 0;
}
form label span {
	width: 39%;
	float: left;
}
form label input, form label textarea, form label select {
	padding: 1px 2px;
	width: 50%;
}
form label input.checkbox, form label input.radio, form label input.button {
	width: auto;
}

div.submitlabel {
	margin: 10px;
	height: 25px;
	clear: both;
	width: 90%;
}
div.submitlabel input.button {
	float: right;
}
div.submitlabel a {
	float: left;
}

div.label label input {
	float: inherit;
}

div.errors .error {
	margin: 10px 0 0 0;
	color: #800;
}
