.node-form .product-field .form-item {
 	padding: 0;
	margin-bottom: 20px;
}
.node-form .product-field .form-wrapper  {
	margin-top: 20px;
}

.node-form .product-field table .form-item {
	padding-right: 20px;
	margin: 0;
}
.node-form .product-field table td {
padding: 0;
}

/*
 * Hide not accepted card logos.
 */
img.uc-credit-cctype-discover,
img.uc-credit-cctype-amex,
img.uc-credit-cctype-echeck {
  display: none;
}