
form#inputForm span {
	
	/*margin-top:8px;*/
	COLOR:#630434;
	}
fieldset {
	/**/margin-bottom:10px;
	border:none;
	}
/* Form Validation */
form label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
div.error { display: none; }
form .gray * { color: gray; }
input.error { border: 1px dotted red; }
select.error { border: 1px dotted red; }
