table.PfRegFormTable {
	margin-top: 20px;
	border-collapse: collapse;
}
table.PfRegFormTable td {
	border: 1px solid #EEEEEE;
}
table.PfRegFormTable td#CR {
	background-color: #60646c;

}
table.PfRegFormTable td#CRTR {
	background-color: #60646c;
	text-align: justify;
}
table.PfRegFormTable input, 
table.PfRegFormTable textarea {
	background-color: #EEEEEE;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
}

table.ClientRegFormTable {
	width: 70%;
	margin-top: 20px;
	border-collapse: collapse;
}
table.ClientRegFormTable td {
	border: 1px solid #EEEEEE;
}
table.ClientRegFormTable td#CRFTL {
	background-color: #60646c;
	width: 40%;
}
table.ClientRegFormTable td#CRFTR {
	background-color: #60646c;
	text-align: left;
	width: 60%;
}
table.ClientRegFormTable td#CRTR {
	background-color: #60646c;
	text-align: justify;
}
table.ClientRegFormTable input, 
table.ClientRegFormTable textarea {
	background-color: #EEEEEE;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
}
