
table.form {
	font-style: normal;
	border: solid 1px #3E57D5;;
	border-collapse: collapse;
	font-size: 13px;
}

tr.title {
	font-style: normal;
	background-color: #3E57D5;
}

tr.title1 {
	font-style: normal;
	height: 10px;
}

td.title {
	font-style: normal;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

td.label {
	font-style: normal;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-align: right;
	width: 40%;
}

.form {
	font-style: normal;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 11px;	
}

.example {
	font-style: normal;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.required {
	font-style: normal;
	font-family: arial, sans-serif;
	color: #ff0000;
	font-weight: bold;
}
