table.table_form {
	width: 100%;
}

.table_form tr {
	vertical-align: top;
}

.table_form td.label {
	width: 50%;
	text-align: right;
	padding-right: 10px
}

.table_form td.required {
	font-weight: bold;
}

div.error {
	font-weight: bold;
	color: red;
}