/***************************************************************************************************
input form styles.
this is mainly used on the data entry pages
****************************************************************************************************/

.body			{text-align:center;}
.inputform		{clear:left;margin:0px auto;text-align:left;width:600px;}

.inputform 
	.formrow		{ clear:left; margin-bottom:10px; }

.inputform
	.formrow label	{ display:block; float:left; width:100px; }

.inputform 
	.formrow 
	textarea		{ width:200px; height:100px; }

.inputform 
	.formrow 
	input			{ width:200px; }

.inputform 
	.formrow 
	select			{ width:150px;height:20px;border:1px solid #f0f0f0; }

.inputform 
	.formrow 
	input.formsubmit{ width:100px; border:1px solid #aaa;background-color:#f0f0f0; }

.inputform
	.formrow
	.errorsummary	{color:#CC3333;}
	
.inputform
	.formrow
	.error			{color:#990000; font-weight:1.7em;}

/**************************************************************************************************/