/*
	Web:Extend
	Copyright (c) 2006-2010 Dev:Extend

	This library is free software; you can redistribute it and/or
	modify it under the terms of the GNU Lesser General Public
	License as published by the Free Software Foundation; either
	version 2.1 of the License, or (at your option) any later version.

	This library is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
	Lesser General Public License for more details.

	You should have received a copy of the GNU Lesser General Public
	License along with this library; if not, write to the Free Software
	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
*/

/* Forms default style */

form.block ol		{margin:0;padding:0}
form.block li		{list-style:none;margin:.5em 0}
form.block>ol>li	{margin:0}
form.block legend,
form.block label	{display:inline-block;font-size:1em;font-weight:normal;min-width:30%;vertical-align:top}
form.block fieldset	{border:0;margin:0;padding:0}

form.block li.invisible					{display:none}
form.block label.checkbox				{margin-left:30%;padding:0;width:auto}
form.block fieldset.checklist>ol,
form.block fieldset.radiobox>ol			{margin-left:30%}
form.block fieldset.checklist li,
form.block fieldset.radiobox li			{margin:0;padding:0}
form.block fieldset.radiobox li.group	{margin:0 0 0 5em}
form.block fieldset.buttonsfieldset ol	{margin:.5em 0 0 30%}
form.block fieldset.buttonsfieldset li	{border:0;display:inline;margin-left:3px}

form.block ol.error,
form.block ol.required		{margin:1em 0;padding:0 .8em}
form.block .required em,
form.block em.required		{color:red}
form.hide-required .required{display:none}
