#bill_container{
	margin-top:20px;
	width:600px;
	text-align:left;
}
#bill_container th{
	background-color:#000;
	color:#fff;
}
#bill_container table{
	width:100%;
	border-collapse:collapse;
}

#bill_logo{
	float:left;
	height:63px;
	width:65px;
	margin-right:5px;
}
#bill_provider_box{
	float:left;
	width:250px;
}
#bill_customer_box{
	float:right;
	width:250px;
	text-align:right;
}
#bill_date{
	float:right;
	width:300px;
	text-align:right;
}
#bill_container tfoot tr{
	background-color:#ccc;
}
#bill_total td{
	background-color:#000000;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
#bill_container tbody{
	height:300px;
}
#bill_container td, #bill_container th{
	border:1px solid #000;
	border-width:0px 1px 0px 1px;
}

