#orderform .subtitle {
	text-align: center;
	font: 12px Verdana;
}

#orderform .ordervalue {
	border-style: none;
}

#orderform .total .ordervalue {
	border: none;
	margin: none;
	padding: none;
}

#orderform .total td {
	border-top: solid thin black;
}

#orderform input {
	font: bold 18px Verdana;
}

#orderform td {
	padding: 20px;
}

#orderform table {
	border: solid thin black;
}

#small {
	text-align: right;
}

