﻿table.PriceTable
{
	width: 100%;
}

table.PriceTable td
{
	border-bottom: 1px dotted #FAA633;
	padding-left: 10px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	width: 23%;
	height: 30px;
}

table.PriceTable td.Label
{
	width: 31%;
	text-align: left;
}

