/* Special items : error containers, field hints, required table cell  */
	.KT_field_error {
		color: #cc0000;
	}
	.KT_field_hint {
		color:#0000cc;
		font-size: 10px;
	}
	.KT_tngtable td.KT_required {
	}


/* The client-side error displaying */


	/* The actial error message style */
	.form_validation_field_error_error_message {
		color:#cc0000;
		clear:left;
	}


/* The server-side error displaying */
/* topmost error div */
#KT_tngerror {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-repeat:no-repeat;
	background-position:left;
}
.kt_form {
	margin: 0px;
	padding: 0px;
}

/* trace container ( iniitally collapsed), and "Submit this to 8kmedia... " area */
#KT_tngdeverror, #KT_tngtrace {

	font-family:Courier, sans-serif;
	font-size: 12px;
	background-color:#FAFAFA;
}

	/* alignment and borders for the form submit buttons */
	#KT_tngdeverror #KT_needhelp {
		text-align: right;
	}

	#KT_tngdeverror label, #KT_tngtrace label {
		display: block;
		font-family:Verdana, Arial, Helvetica, sans-serif;

	}

	#KT_tngtrace_details {
		display: none;
	}

#KT_tngwarning {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
	font-size: 12px;
	border:1px solid blue;
	background-color:#E4FFFF;
	background-image:url(images/warning.gif) ;
	background-repeat:no-repeat;
	background-position:left;
}

