#order_form h1 {
  color: #336699;
  font-size: 14px;
}
#order_form div {
	float: left;
	margin-bottom: 3px;
}
#order_form .data {
	margin-left: 3px;
}
#order_form .label {
	width: 140px;
	font-weight: bold;
	text-align: right;
	margin-left: 3px;
  margin-right: 10px;
	font-size: 12px;
}
#order_form .shortselect {
	width: 160px;
}
#order_form h1 {
	margin-left: 3px;
  margin-top: 25px;
}
#order_form br {
	clear: both;
}

.cart {
  border: 
}
.cart th {
  font-size: 10px;
}
.cart td {
  font-size: 11px;
}

.order_small {
  font-size: 9px; 
}