﻿.order_form {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding:0px;
	border-width: 4px;
	border-style: ridge;
	empty-cells: show;
}
.order_form thead th {
	text-align: center;
	vertical-align: bottom;
	font-size: small;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	border: 0px;
	border-style: none;
	border-bottom: 1px;
	border-bottom-style: inset;
	white-space: nowrap;
}
.order_form tbody td {
	vertical-align: middle;
	font-size: small;
	font-weight: normal;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-top-style: inset;
	border-bottom-style: inset;
	white-space: nowrap;
}
.order_form tbody td tr td {
	vertical-align: middle;
	font-size: small;
	font-weight: normal;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border: 0px;
	white-space: nowrap;
}
.order_form tfoot td {
	vertical-align: middle;
	text-align:center;
	padding:0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	border: 0px;
	border-style: none;
	border-top: 1px;
	border-top-style: inset;
	white-space: nowrap;
}
.order_form tfoot td td {
	vertical-align: middle;
	text-align:center;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	border: 0px;
	white-space: nowrap;
}