﻿/*
	--------------------------
	Form Styles
	--------------------------
*/

/*	General
--------------------------  */
div.form label		{ display: block; width: 8em; line-height: 2em; float: left; text-align: right; margin-right: 0.5em; clear: left; }
div.form div input	{ width: 25em; margin: 0.15em 0px 0.3em 0px; }
div.form div textarea	{ width: 25em; margin: 0.15em 0px 0.3em 0px; }
div.form div select	{ width: 25em; margin: 0.15em 0px 0.3em 0px; }

p.formerror	{ font-weight: bold; }