div.checkoutBox {
 width: 1000px;
	margin: auto;
	margin-top: 20px;
}

div.checkoutBoxLarge {
	background-image: url('../../images/homeGeneralBox.jpg');
	width: 1000px;
	height: 146px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	position: relative;
	padding-top: 40px;
}

div.fixedPrices {
 width: 600px;
	margin: auto;
}

table.checkout td {
 height: 24px;
	padding-left: 2px;
	padding-right: 2px;
}

table.paymentProcessor {
 margin: 30px auto;
}

td.submit {
 padding-top: 30px;
}

select.countries { 
 width: 302px;
}

input.customer {
 width: 300px;
}

td.explain {
 padding-bottom: 15px;
}

.error {
 color: #FF0000;
}

p.alternativePaymentProcessor {
 margin-top: 20px;
}