#cart {
	margin: 10px 20px 10px 20px;
	background-color: #EEEEEE;
	border-bottom: 2px solid #999999;
	width: 480px;
}

#cart th {
	background-color: #FFFFFF;
	border-bottom: 2px solid #999999;
	text-align: left;
}

tr.product {
	background-color: #DDDDDD;
	border: 1px solid #0000ff;
}

td.product, td.product_value {
	border-bottom: 1px solid #999999;
}

#billing {
	float: left;
	margin-right: 10px;
}

#shipping {
	float: left;
}

select, input[type=text] {
	width: 150px;
}
input[type=submit] {
margin-top: 20px;
}
#cc_expm {
	width: 25px;
}
#cc_expy, #cc_sec {
	width: 50px;
}

#checkout_form h2 {
	margin: 10px 0 0px 0;
	font-size: 12px;
}

#checkout_form h3 {
	margin: 0;
	font-size: 10px;
}
#update_form input[type=text] {
	width: 20px;
}
