div.InvoicePanel
{
	float: left;
	background-color: White;
	border: solid 1px #445555;
	padding: 0px 15px 5px 1px;
	width: 590px;
}

div.InvoiceInfoPanel
{
	float: right;
	margin-right: 10px;
	background-color: White;
	border: solid 1px #445555;
	width: 340px;
	padding: 0px 15px 5px 1px;
	overflow: hidden;
}

span.InvoiceInfoTitleText
{
	font-size: larger;
	font-weight: bolder;
	padding-right: 20px;
}

