form#page-checkout-payment {
	margin: 5px 20px 0 0;
	padding: 8px 33px 8px 33px;
	border: 1px solid rgb(228, 224, 213);
	background-color: rgb(244, 243, 238);
}
div#page-checkout-payment-creditcard {
	float: right;
	padding: 5px;
	background-color: rgb(238, 234, 231);
}
form#page-checkout-payment input,
form#page-checkout-payment select {
	border: 1px solid rgb(181, 168, 159);
}
.page-checkout-payment-header {
	font-size: 1.3em;
}
div.page-checkout-payment-icon {
	height: 20px;
	line-height: 20px;
	background-image: url(http://www.wannafind.dk/images/creditcards.gif);
	background-repeat: no-repeat;
}
img.pcp-gift-image {
	max-width: 64px;
	width: expression(this.width >= this.height && this.width > 64 ? '64px' : true);
	max-height: 64px;
	height: expression(this.width < this.height && this.height > 64 ? '64px' : true);
}

