body {
	color: black;
	background: #9ebfc6;
	padding: 40px 40px 40px 300px;
	font-family: Georgia, serif;
	font-size: small;
}

a, img {
	border: none;
}

div#left {
	position: absolute;
	left: 40px;
	top: 40px;
	width: 188px;
	height: 174px;
}

#stepnumber {
	margin: 30px 0 10px 20px;
	text-align: left;
	font-weight: normal;
	color: #57696d;
}

#stepnumber strong {
	color: black;
}

#orderinfo {
	font-size: x-small;
}

img#cover {
	padding: 0 8px 8px 0;
	background-image: url('../img/cd-shadow.png');
}

label {
	clear: both;
	float: left;
	width: 80px;
	margin-bottom: 20px;
}

label.error {
	color: #CC0000;
	font-weight: bold;
}

input[type=text], select {
	float: left;
	width: 180px;
	margin-bottom: 5px;
}

div#shipping-message {
	clear: both;
	padding-left: 80px;
	width: 180px;
	margin-bottom: 20px;
}

table {
	border-spacing: 5px;
	border: none;
}

td {
	vertical-align: top;
	text-align: left;
	padding: 0;
}

td.right {
	text-align: right;
	min-width: 140px;
}

td.submit {
	text-align: right;
	padding-top: 20px;
}

td.submit input {
	float: none;
	width: auto;
}

tr.vat td {
	color: #46585c;
	font-size: x-small;
}

tr.foreign-currency td {
	color: #57696d;
	font-size: small;
}

