
/* ----------- form --------------------------- */

div.formRow {
clear:both;
margin-bottom:20px;
}

	div.formRowsus label{
	width:160px;
	margin-right:20px;
	float:left;
	display:block;
	}

	div.formRow label{
	width:160px;
	margin-right:20px;
	}
	
	div.formRowsus input.longText{
	width:328px;
	height:18px;
	padding:0px 5px;
	border:solid 1px #ffffff;
	background-color: #E1E1E1;
		}
	
	div.formRowsus textarea.longText{
	width:328px;
	height:158px;
	padding:0px 5px;
	border:inherit;
	}
	
	div.formRowsus textarea.hugeText{
	width:508px;
	height:158px;
	padding:0px 5px;
	border:inherit;
	}
	
	div.formRowsus select.longText{
	width:338px;
	height:18px;
	padding:0px;
	border:inherit;
		}
	
	div.formRow p,
	div.formRow h4 {
	margin-bottom:0px;
	}


