﻿/*
	--------------------------
	Form Styles
	--------------------------
*/

/*	General
--------------------------  */
div.form label		{ line-height: 1.4em; display: block; width: 14em; float: left; text-align: right; padding-right: 0.25em; margin-bottom: 0.5em; }
div.form div input	{ width: 34.5em; line-height: 1.4em; margin-bottom: 0.75em; }
div.form div textarea	{ width: 34.5em; line-height: 1.4em; margin-bottom: 0.75em; }
div.form div select	{ line-height: 1.4em; width: 35em; margin-bottom: 0.75em; }

div.form div div.checkboxes { width: 25em; float: left; }
div.form div div.checkboxes label   { width: 10em; display: inline-block; float: none; text-align: left; }
div.form div div.checkboxes input   { width: auto; vertical-align: top; margin-right: 0.5em; }

div.form div div.checkboxeslist { width: 25em; float: left; }
div.form div div.checkboxeslist label   { width: 20em; display: inline-block; float: none; text-align: left; }
div.form div div.checkboxeslist input   { width: auto; vertical-align: top; margin-right: 0.5em; }
div.form div div.checkboxeslist a   { font-size: 0.8em; margin-right: 1.5em; }

p.formerror	{ font-weight: bold; }

