body {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	background-color: #040404;
	background-image: url(/images/blackBG.jpg);
}

/* ============ forms =========== */

input, textarea {
	background-color: #FFC;
}

.KT_tng {
}
.KT_tngform, .KT_tnglist {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	background-color: #040404;
	background-image: url(/images/blackBG.jpg);
	border-top: 1px solid #CCFF99;
	border-right: 1px solid #414030;
	border-bottom: 1px solid #4D4D4D;
	border-left: 1px solid #996;
	font-size: 1em;
}
.KT_topbuttons, .KT_bottombuttons {
	background-color: #101010;
	background-image: url(/images/cellbottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: right;
}
.KT_tngtable {
	margin: 5px;
	border-top: 1px solid #95A659;
	border-right: 1px solid #FF9A02;
	border-bottom: 1px solid #414141;
	border-left: 1px solid #090;
}
.KT_tngtable th, .KT_tngtable td.KT_th {
	background-color: #FFA215;  /* #FF9A02 - old *//* #FFAA00 - old */
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #FC6;
	border-right: 1px solid #848284;
	border-bottom: 1px solid #95A659;
	border-left: 1px solid #FC6;
	color: #000;
}
#captcha {
	background-color: #040404;
	background-image: url(/images/blackBG.jpg);
	color: #FF7; /* #999966 - OLD */
	font-weight: normal;
	border-top: 1px solid #FF9A02;
	border-right: 1px solid #95A659;
	border-bottom: 1px solid #95A659;
}
#captcha input {
	background-color: #FFA215;  /* #FFAA00 - old */
	float: right;
	margin: -58px 25px;
	padding: 10px 0;
	width: 150px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 120%;
	letter-spacing: 0.4em;
}
/* the plain cells   */
.KT_tngtable td {
	font-size: 11px;
	vertical-align: baseline;
	border-top: 1px solid #FF9A02;
	border-right: 1px solid #95A659;
	border-bottom: 1px solid #090;
	border-left: 0 none;
}
.KT_tngtable input, textarea {
	font-size: 1em;
}
/* lists */
.KT_tnglist th a {
	color: #000000;
}
.KT_even td {
	background-color: #444;
}

