#signupForm {width: 800px}

#signupForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color: #9A0003;
	font-weight : bold;
	font-style : italic; 
	font-size : 13px;
}

input.error { border: 1px dotted red; }
input:focus { border: 1px dotted black; }
textarea:focus { border: 1px dotted black; }
textarea.error { border: 1px dotted red; }