body, html, * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

fieldset {
	border: 1px dotted #3B86A7;
	margin-bottom: 20px;
	background: #eee;
}

legend {
	background: #3B86A7;
	color: #fff;
	padding: 3px 15px;
	font-weight: bold;
}

table td {
	vertical-align: top;
	padding: 4px 10px;
}

table th {
	text-align: left;
	padding: 4px 10px;
}

table td.right,
table tr.right,
.right {
	text-align: right;
}

table tfoot th {
	background: #3B86A7;
	color: #fff;
}

.error {
	color: #f00;
	font-weight: bold;
}