table.regform {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: dashed dashed dashed dashed;
	border-color: green green green green;
	border-collapse: collapse;
	background-color: white;
}
table.regform th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
	border-style: dotted dotted dotted dotted;
	border-color: green green green green;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.regform td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: dotted dotted dotted dotted;
	border-color: green green green green;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}
.Error{
	background-color: #f4a460;
}
