#acms_productManagementDGF_invoiceForm label.invalid,
#acms_productManagementDGF_deliveryForm label.invalid {
	color: #ff0000;
	font-style: italic;
}

#acms_productManagementDGF_invoiceForm input.invalid,
#acms_productManagementDGF_invoiceForm select.invalid,
#acms_productManagementDGF_invoiceForm textarea.invalid,
#acms_productManagementDGF_deliveryForm input.invalid,
#acms_productManagementDGF_deliveryForm select.invalid,
#acms_productManagementDGF_deliveryForm textarea.invalid {
	border: 2px solid #ff0000;
}

#acms_productManagementDGF_invoiceForm,
#acms_productManagementDGF_deliveryForm {
	margin: 20px 0 0 0;
}

#acms_productManagementDGF_invoiceForm label,
#acms_productManagementDGF_deliveryForm label {
	display: block;
	width: 100px;
	float: left;
	padding-top: 3px;
}

#acms_productManagementDGF_invoiceForm input,
#acms_productManagementDGF_invoiceForm textarea,
#acms_productManagementDGF_deliveryForm input,
#acms_productManagementDGF_deliveryForm textarea {
	width: 200px;
	margin-bottom: 15px;
}

#acms_productManagementDGF_invoiceForm input.submit_button,
#acms_productManagementDGF_deliveryForm input.submit_button {
	width: auto;
}

#acms_productManagementDGF_invoiceForm legend,
#acms_productManagementDGF_deliveryForm legend { display: none; }

#acms_productManagementDGF_invoiceForm fieldset,
#acms_productManagementDGF_deliveryForm fieldset {
	padding: 0;
	margin: 0;
	border: none;
}