#OrderForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.Required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	margin-left: 10px;
}
#OrderForm #Header {
	font-size: 14px;
	font-weight: bold;
}


#OrderForm #HR {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}
#OrderForm #HR td {
	height: 2px;
	background-color: #722510;
}
#OrderForm #Input {
	text-align: right;
	padding-top: 1px;
	padding-bottom: 1px;
}
.inputMoney {
	width: 60px;
}
.inputGeneral {
	width: 250px;
}
.inputPostCode {
	width: 60px;
}

