#adminBody {
	min-height: 500px;
}

#adminBody fieldset, #defaultForm fieldset {
	width: 100%;
	margin: 10px 10px 10px 10px;
}

/* classes for validator */
.tfvHighlight {
	font-weight: bold; color: red;
}

.tfvNormal {
	font-weight: normal;	color: black;
}
/* end of classes for validator */