#MitelForm {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 525px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#MitelForm table {
	margin-bottom: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 525px;
}
#MitelForm p {
	margin: 0px;
	padding: 0px;
}

#MitelForm td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.LabelTD {
	width: 115px;
}


#MitelForm input {
	margin-top: 3px;
	margin-left: 4px;
}
#MitelForm textarea {
	margin-top: 3px;
	width: 475px;
}
.LabelTD-required {
	background-color: #FFB0B0;
	width: 115px;
}
