div.ViewInvoiceDetails
{
	width: 100%;
	position: relative;
	padding: 0;
}

fieldset.address
{
	padding: 0px;
}
div.ViewInvoiceDetails legend
{
	font-size: 14pt;
}

div.invoiceHeader
{
    clear: both;
}

div.ViewInvoiceDetails div.customerInformation
{
    width: 100%;
	position: relative;
}

div.invoiceHeader fieldset
{
    float: left;
    width: 20%;
    display: inline-block;
	margin:0px;
	margin-top:10px;
	padding:0px;
}

div.ViewInvoiceDetails  fieldset.address
{
	float: left;
	width: 40%;
}

div.ViewInvoiceDetails div.invoiceHeader
{
    width: 100%;
	position:relative;
}


div.invoiceHeader fieldset .label
{
    font-weight: bold;
}

.subtotalRow .label
{
    text-align:right;
}

div.invoiceDetails
{
    clear: both;
}