/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* css for inner HTML elements */
.tableForm {
	border: 1px solid #7c0000;
}
.tableForm td {
	padding: 2px;
	color: white;
	font: 12px Tahoma, Verdana, sans-serif;
}

.tableForm th {
	color: white;
	font-size: 14px;
	background-color: #7c0000;
	padding: 3px;
}
.tableForm td input {
	width: 200px;
	font: 12px Tahoma, Verdana, sans-serif;
}
.tableForm th input {
	font: 12px Tahoma, Verdana, sans-serif;
	margin: -2px;
}
