table.formTable {
	width: 100%;
	border-collapse: separate;
}
table.formTable tr.separator td {
	padding-bottom: 20px;
	background: url('../images/formDivider.gif') bottom repeat-x;
}
td.formLabel {
	text-align: right;
	padding: 2px 10px 10px 2px;
	vertical-align: top;
	width: 50%;
}
.formSubmit {
	text-align: center;
}
table.formTable input.textbox {
	width: 200px;
}
table.formTable textarea.textbox {
	border: solid 1px #6b6b6b;
	width: 201px;
}
table.formTable select {
	color: #585858;
	border: solid 1px #6b6b6b;
}