form				{font-size:0.8em;
				border:1px solid #ccc;
				font-family:verdana, sans-serif;}

#content form h2		{margin-left:20px;
				font-size:0.85em;}

#content form p			{margin-left:20px;
				font-size:0.85em;}

form span			{color:#ff0000;}

label				{float:left;
				width:200px;
				margin-right:10px;
				display:block;
				clear:left;}

input				{float:left;
				width:250px;
				margin-bottom:15px;}

input.check			{float:left;
				width:auto;}


textarea			{float:left;
				height:5em;
				width:250px;
				font-family:arial;
				font-size:1.0em;
				margin-bottom:10px;}

select				{float:left;
				width:255px;}

fieldset			{border:none;
				margin:10px;
				margin-left:20px;}

legend 				{font-weight:bold;
				font-size:0.85em;
				margin-left:-7px;}


label 				{display:block;
				clear:both;}
				
				
#content label.error		{color:red;
				font-weight:bold;}


#content form input.checkbox1	{width:15px}

input.submit			{width:auto;
				float:right;
				font-weight:bold;
				margin-right:5px;}
				
