/* CSS Document */
form td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	display: table-cell;
	padding: 0px;
}
form table {
	margin: 0px;
	width: 100%;
}
table p {
	text-align: left;
}
table .testrow td  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	padding-top: 4px;
}
