
.genform {
	border: none;
	padding: 0;
	margin: 0;
	width:100%;	
}

.genform td{
	border: none;
	padding: 8px 5px 8px 5px;
	margin:1px;
	text-align: left;
	background-color:#F2F2F2; 	
}

.genform td.fc {
	text-align: right;
	width: 125px;
	vertical-align: middle;
}

.genform td.fcred label {
	color: red;
}

.genform td input {
	width:90%;
	margin-left: 5%;
}

.genform td textarea {
	width:90%;
	margin-left: 5%;	
	height: 100px;
}

.genform td.action {
	text-align: center;
}

.genform td.action input {
	width: auto;
}
