﻿div.NoteLineDelete,
div.NoteLineProductGuid,
div.NoteLineProductName,
div.NoteLineQuantity,
div.NoteHeader_ProductGuid,
div.NoteHeader_ProductName,
div.NoteHeader_Quantity,
div.NoteHeader_Delete
{
	overflow: hidden;
	white-space: nowrap;
	margin-right: 5px;
	line-height: 20px;
}
div.NoteHeader_Delete,
div.NoteLineDelete
{
	float: left;	
	width: 20px;
	margin-left: 5px;
}
div.NoteHeader_ProductGuid,
div.NoteLineProductGuid
{
	float: left;	
	width: 80px;
	margin-top: 1px;
}

div.NoteHeader_ProductName,
div.NoteLineProductName
{
	float: left;	
	width: 203px;
	margin-top: 1px;
}
div.NoteHeader_Price,
div.NoteLinePrice
{	
	margin-top: 5px;
	float: left;
	text-align: right;	
	width: 90px;
}
div.NoteHeader_Quantity,
div.NoteLineQuantity
{
	float: left;	
	text-align: right;
	width: 114px;
}
input.NoteLineQuantity
{
	width: 30px;
}
input.NoteLineDelete
{
	background-image: url('delete.png');	
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	widows: 16px;
}
.tables
{
	margin-top: 10px;
	padding: 5px;
	border: 1px dashed #999999;
	background-color: #f6f9ff;
	width: 541px;
}
