#frmEdit {
	}

form#frmEdit {
/*	width: 100%;	cause problem with table floating to the bottom of the page. */
	}

.mandatory {
	font-weight: bold;
	}

.error {
	color: #FF0000;
	}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	}
	
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	}
	
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	}
	
.controlbutton {
	width: 7em;
	margin: 0 1em 0 0;
	}
	
