.customer_info {
	width:50%;
	float:left;
}
.cartmessage {
	color:#666;
}
fieldset{
	margin-top: 6px;
	margin-bottom: 6px; 
}
.customer_legend {
	width:120px;
	float:left;
	font-weight: bold;
}
.customer_data {
	width:200px;
	float: left;
}
input {
	margin: 2px;
}
input.customer {
	border: 1px solid #ccc;
	width:200px;
}
textarea.customer {
	border: 1px solid #ccc;
	width:100%;
}
.clear {
	line-height: 0px;
	clear: both;
}
span.error {
	color:red;
	display:block;
	margin-left: 120px;
}
#items_table {
	width: 100%;
	margin:4px;
}
#items_table th {
	background-color: #eee;
}
#totals_table {
	float:right;
	width: 250px;
	border-top: 1px solid #999;
	margin-top: 12px;
	padding: 4px;
}
th {
	text-align: left;
	padding: 2px;
}
.light_row {
	background-color: #eee;
}
.dark_row {
	background-color: #fff;
}
#cart_links {
	float:right;
	width: 350px;
	margin-top: 12px;
	padding: 4px;
}
#cc_form {
	padding:8px;
}