table.customForm {
	border: 1px solid #004E89;
	border-collapse: collapse;
	margin-left:15px;
	margin-right: auto;
	/* background: #FFFFFF url($context/assets/formTitleGrey.jpg) repeat-x
		scroll 0pt; */
	background-position: top;
	background-color: #DDE2EB;
}

table.customForm tbody tr td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 20px;
	padding-left: 28px;
}

table.customForm tbody tr td label {
	margin-left:0;
}	

table.customForm tbody tr th {
	padding-left: 15px;
	padding-right: 15px;	
}

table.customForm tbody tr th.heading {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

table.customForm tbody tr th.heading span {
	display: block;
	padding-bottom: 1px;
	margin-left:0;
	border-bottom: 1px solid;
}

table.customForm .radioGroup input{
	margin-right: 5px;
}

table.customForm .radioGroup label{
	margin-right: 15px;
}