table.form {	
	border-spacing: 5px;
}

div.noerror, div.error{
	font-weight: bold;
	border-bottom:1px solid black;
}

div.error {
	color: red;
}

tr.submit td {
	text-align: right;
	padding-right: 25px;
}
table.subsection {
	width: 95%;
	background-color: #eee;
	border-spacing: 5px;
}

table.subsection th {
	padding: 10px;
	background-color:#6078BF;
	color: white;	
}

table.subsection input {
	border: 1px solid #777;
	padding: 2px;
}

table.subsection input.check {
	border: 0;
	width: 15px;
}

table.subsection td.description{
	font-size: 0.9em;	
	padding-bottom: 15px;
}

table.subsection td.label {
	width: 40%;	
	text-align: right;
	padding-right: 25px;
	padding-top: 4px;
	font-weight: bold;
}

table.subsection td.label span.hint{	
	font-weight: normal;
}

table.subsection td.span {
	text-align: center;
}

table.subsection td.data {
	width: 60%;
}

table.form td.label, table.subsection td.label{
	vertical-align: top;
}

.private {
	color: red;	
} 

.private input {
	position: relative;
	top: 2px;
}
