/* Special items : error containers, field hints, required table cell  */
	.KT_field_error {
			color: #cc0000;
	}
	.KT_field_hint {
		color:#0000cc;
		font-size: 8px;
	}
	.KT_tngtable td.KT_required {
	}
	/* span containing the "*" for required field labels */
	.KT_tngtable label span.KT_required {
		padding: 0 2px;
		color: #cc0000;
		font-weight: normal;
	}


/* The client-side error displaying */

	/* How the label should change on error */
	.form_validation_field_error_label {
	
		/* color:#cc0000; */
	}

	/* How the input's container (TD) should change on error */
	.form_validation_field_error_container {
	
		/* border: 2px solid black; */
	}

	/* How the input textfield should change on error */
	.form_validation_field_error_text {
	
		/* border:2px solid #cc0000; */
	}

	/* The actial error message style */
	.form_validation_field_error_error_message {
	color:#cc0000;
	font-weight: normal;
	font-size: 10px;		
	}
	form.form_validation_form_error table {
		border: 2px solid red;
		
	}
