
table.ticket{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: relative;
	width: 250px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}
table.ticket td{


}
table.ticket td.header{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;

}
table.ticket td.identifier{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: center;

}

table.ticket td.price,table.ticket td.amountpayed, table.ticket td.change{
	font-size: 12px;
	font-weight: normal;
	text-align: right;
		line-height: 18px;
}
table.ticket td.totalprice{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
		line-height: 18px;
}

table.ticket td.thankyou{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	height: 30px;
	vertical-align: middle;
}
