/* CSS Document */

#form-table {
	background: #EBECD2;
	border: 1px solid #000000;
	color: #000000;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#form-table th{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #000000;
	border-top: 1px dashed #000000;
	font: bold 0.75em Verdana, Arial, Helvetica, sans-serif;
	color: #45471D;
}
#form-table td {
	font-size: .65em;
}
.td-right {
	text-align: right;
	vertical-align: middle;
	border-bottom: 1px dashed #000000;
}
input {
	background: #FFFDF4;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #000000;
	border-left: none;
}
textarea {
	background: #FFFDF4;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #000000;
	border-left: none;
}
.underdash-td {
	border-bottom: 1px dashed #000000;
}
