table.form {
 }
.form_label {
	padding: 2px;
	vertical-align: middle;
	width: 140px;
	color: #888;
	text-align: right;
 }
.form_label div {
	color: #555;
 }
.form_field {
	padding: 2px;
	vertical-align: middle;
 }

.receipt .form_label {
	width: 100px;
	font-weight: bold;
	padding-right: 15px;
	vertical-align: top;
	text-align: left;
}

.minititle {
	font-weight: bold;
	margin: 20px 0 5px 0;
	width: 200px;
}

.numbers .form_field {
	text-align: right;
}
.numbers .total td {
	font-size: 13pt;
}

#receipt_products {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 30px 0 10px 0;
	padding: 5px 0;
}

.florapoints {
	color: #008800;
	font-size: 15pt;
}

.receipt {
	width: 350px;
}
table.receipt .form_label {
	width: 50%;
}
table.receipt .form_field {
	border-bottom: 1px dashed #ccc;
}
table.receipt td, div.receipt, #receipt_products {
	padding: 3px 6px;
}