body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0;
}
a {
	color: #666666;
}
h1 {
	background: #333333;
	color: #eeeeee;
	margin: 0;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: normal;
}
.content {
	padding: 0 15px;
}
.closeWindow {
	float: right;
	text-align: right;
	width: 100px;
}
.closeWindow a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
#shippingTable table {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
#shippingTable table td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px 30px;
}
#shippingTable {
	margin-top: 20px;
	margin-bottom: 20px;
}