@charset "utf-8";
/* -- Style Sheet for form element presentation -- */
form ol.form-fields {
	margin: 0;
	padding: 0;
	list-style: none;
}

form ol.form-fields li {
	display: block;
	clear: left;
	margin: .25em 0;}

form ol.form-fields li label {
	display: block;
	float: left;
	width: 8em;}
	
form ol.form-fields li.checkbox-field label {
	display: inline;
	float: none;
	width: auto;}
	
form ol.form-fields li label.descriptive-label {
	float: none;
	width: 100%;}

form ol.form-fields li textarea {
	width: 98%;}

