form strong.required, form .field {
	display: block;
	float: left;
	margin: 0;
	padding: 0.5em 0;
	width: 100%;
}
label {
	display: block;
	float: left;
	margin-bottom: 0.25em;
}
input, textarea, .input {
	clear: left;
	display: block;
	float: left;
	margin-bottom: 0.5em;
}
.input {
	border: 0;
	width: 100%;
}


form strong.errors, form div.errors {
	background: #fff;
	border: 1px solid red;
	margin-bottom: 0.5em;
}
p#error {
	background: #fff url(/media/img/famfamfam/error.png) no-repeat 2px 2px;
	border: 1px solid #f00;
	color: #f00;
	font-weight: bold;
	padding: 0.2em 0 0.2em 24px;
}
p.errors {
	background: #fff url(/media/img/famfamfam/error.png) no-repeat 2px 2px;
	clear: left;
	color: #f00;
	float: left;
	font-weight: bold;
	padding: 0.2em 0 0.2em 24px;
	width: 94%;
}
p.help {
	clear: both;
	float: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 100%;
}

strong.required ul, .field ul {
	clear: left;
	float: left;
	list-style:none;
	width: 100%;
}
	strong.required ul li, .field ul li {
		float: left;
		margin: 0;
		padding: 0 0 0.2em;
		width: 49%;
	}
		strong.required ul li label, .field ul li label {
			padding-left: 0.5em;
		}

.field .other {
	clear: left;
	display: block;
	float: left;
	width: 100%;
}

#content fieldset.submit {
	clear: both;
	float: right;
}