
#user_form {
	clear: both;
	margin-top: 2em;
	margin-bottom: 1em;
	border-top: 1px solid #80806F;
	padding-top: 1em;
}

div.formfield,
div.formcheckbox,
div.formtextarea,
div.formbuttons {
	clear: both;
	margin-bottom: 0.4em;
}

div.formbuttons {
	margin-top: 1.5em;
}

div.formfield label {
	display: block;
	float: left;
	width: 180px;
}

div.formfield input {
	display: block;
	float: left;
	width: 200px;
}

div.formtextarea label {
	display: block;
}

div.formtextarea textarea {
	display: block;
	width: 380px;
}


label.disabled {
	color: #989898;
}

span.mandatory {
	color: red;
	font-weight: bold;
}

