h1 {
color:red;
}

table .contenttable th {
	font-size:14px;
	color: #CC9900;
	margin-left:0px;
	padding-left:0px;
	font-weight:bold;
}

table .tf-link {border: 1px solid #CC9900;background:#FAFAFA;padding:4px;margin:4px;}
.tf-label {font-weight:600;height:25px;border-bottom:1px solid silver;}

.contenttable .tf-submit {
	border:1px solid #CC9900;
	color:white;
	font-weight:bold;
	float:left;
	margin:12px 0px 0px;
	background: #777777;
	padding-left:20px;
	padding-right:20px;
}

.contenttable .tf-submit:hover {cursor: pointer; color:#CC9900;}

.contenttable input {border:1px solid #AAAAAA;}
.contenttable textarea { border:1px solid #AAAAAA;width:300px;}

.highlight {color: #CC0000;}