#signupForm { width: 600px; }
#signupForm label { width: 100px; }
#signupForm label.error, #signupForm input.submit { margin-left: 250px; }
div.error { display: none; }
input {	border: 1px solid black; }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
form.cmxform  td.error{
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
form.cmxform fieldset {
	border: 1px solid #C9DCA6;
	background-color: #F8FDEF;
}
input.freeze{ background-color: #F8FDEF;  }
input.num{ background-color: #FFF7CE;  }