.productEditAvailability {
	margin: 15px 0px 15px 0px;
	font-size: 10px;
	width: 500px;
}

	.productEditAvailability input {
		width: 30px;
	}

.productEditAvailability_productTitle {
	padding: 3px;
	background: #DDD;
}

.productEditAvailability_productMode {
	padding: 3px;
	background: #DDD;
	width: 125px;
}

.downloadResetForm,
.cancelInvoicesForm,
.orderEditorForm,
.creditMemoForm {
	empty-cells: show;
	width: 100%;
}

.productEditAvailability_stock,
.downloadResetFormLabel,
.cancelInvoicesFormLabel,
.orderEditorFormLabel,
.creditMemoFormLabel {
	font-weight: bold;
}

.cancelInvoicesFormLabelSummary,
.orderEditorFormLabelSummary,
.creditMemoFormLabelSummary {
	font-weight: bold;
	width: 125px;
}

.cancelInvoicesFormGrandTotal,
.orderEditorFormGrandTotal,
.creditMemoFormGrandTotal {
	background: rgb(255,225,255);
}

.cancelInvoicesFormLabelProductTitle,
.orderEditorFormLabelProductTitle {
	width: 230px;
}

.cancelInvoicesFormLabelHeadTitle,
.orderEditorFormLabelHeadTitle {
	font-weight: bold;
	width: 230px;
}

.creditMemoFormHeadTitle {
	font-weight: bold;
	width: 280px;
}

.cancelInvoicesFormLabel textarea,
.creditMemoFormLabel textarea {
	width: 250px;
	height: 120px;
	font-family: Verdana;
	border: 1px solid #999;
}

.downloadResetFormInput,
.cancelInvoicesFormInput,
.creditMemoFormInput {
	margin: 0px 0px 0px 160px;
}

.downloadResetFormHeader,
.cancelInvoicesFormHeader,
.orderEditorFormHeader,
.creditMemoFormHeader {
	font-weight: bold;
}

.downloadResetFormSpacer,
.cancelInvoicesFormSpacer,
.orderEditorFormSpacer,
.creditMemoFormSpacer {
	width: 150px;
}

.downloadResetFormIcon,
.cancelInvoicesFormIcon,
.orderEditorFormIcon {
	width: 42px;
}

.cancelInvoicesFormCanceled {
	color: rgb(180,0,0);
	font-weight: bold;
	font-style: italic;	
}

.creditMemoFormToCredit input {
	width: 25px;
}
