.genericform label {	position: relative;	width: 100px;	display: block;	float: left;}.genericform input {	float: left;	margin-right: 1em;	border: 1px solid #999999;}.genericform textarea {	border: 1px solid #999999;}.genericform br {	clear: both;	padding-bottom: 0.5em;	display: block;}.genericform fieldset {	padding: 1em;	background-color: #f7f7f7;	border: 1px dotted #999999;	margin-bottom: 1em;}.genericform legend {	font-weight: bold;	color: #999999;}.genericform {	background-color: #ebebeb;	padding-top: 1.5em;	padding-bottom: 3em;	margin: 0px;}
