legend {
	font-variant: small-caps;
	color: #FFFFFF;
}
input {
	border: 1px solid #333333;
	background-color: #EEEEEE;
	width: 300px;
}
input.button {
	color: #CCCCCC;
	font-weight: bold;
	cursor: hand;
	width: 100px;
	border: 2px solid #FFFFFF;
	font-variant: normal;
	font-size: 0.9em;
	background-color: #000000;
	margin-right: 40px;
}
textarea {
	border: 1px solid #333333;
	background-color: #EEEEEE;
	width: 300px;
	height: 100px;
}
#FormTable {
	width: 400px;
}
#tdFormleft {
	width: 100px;
	text-align: right;
	padding-right: 10px;
}
#tdFormRight {
	width: 300px;
	text-align: left;
}
