
.posItemsButton
{
	width: 211px;
	height: 80px;
	background-image: url(../images/point-of-sale/items-button.gif);
	float: left;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 8px;
}

.posSamplesButton
{
	padding-right: 8px;
	background-position: right;
	background-repeat: no-repeat;
	width: 211px;
	height: 80px;
	display: block;
	float: left;
	background-image: url(../images/point-of-sale/samples-button.gif);
}

.posForm, .posForm2
{
	width: 700px;

}

.posForm th
{
	color: #E3893E;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.posForm2 th
{
	color: #E3893E;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
}

.posForm td, .posForm th
{
	text-align: left;
	padding: 2px 15px 2px 0px;
	font-size: 12px;
	border: 1px solid white;
}

.posForm td.posImage 
{
	text-align: left;
	padding: 5px;
	width: 60px;	
}

.posForm td.posImage img 
{
	cursor: pointer;
}

.posForm td.posQuantity, .posForm th.posQuantity
{
	padding: 2px 4px;
	border: 1px solid white;
}

.posHeader
{
	color: #333333;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 20px 0px 20px 0px;
	display: block;
	float: left;
	font-weight: bold;
}

.posForm th.posQuantity, .posForm td.posQuantity, .posForm .posQuantity select
{
	width: 100px;
}

.posForm tr.yellow td
{
	background-color: #F5FDA8;
}

.posForm tr.ltBlue td
{
	background-color: #C2EAFB;
}

.continueArrow
{
	background-image: url(/images/point-of-sale/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
		
	font-weight: bold;
	padding-left: 24px;
	width: 200px;
	text-transform: uppercase;
}

.backArrow
{	
	height: 16px;
	line-height: 16px;
	font-size: 14px;
		
	font-weight: bold;
	
	width: 200px;
	text-transform: uppercase;
}

h3 
{
padding: 10px 0px 10px 0px;	
}

hr 
{
	margin: 10px 0px 10px 0px;
}