table#pick4
{
	margin: 12px 0 12px 0px;
	display: none;
	width: 700px;
	border: 1px solid black;
}

table#pick4 th 
{ 
	font-size: 9pt; 
	text-align: left; 
	background-color: #333333; 
	color: #ffffff;
	padding: 2px 12px; 
}

table#pick4 td
{
	padding: 2px 12px;
}

.seldates, .seldates select
{
	font-size: 7pt;
}


table.pricing
{
	margin-top: 12px;
	width: 700px;
	border-top: 1px solid #666666;
	border-right: 1px solid #6666cc;
}
table.pricing th
{
	font-size: 9pt;
	text-align: left;
	padding: 3px 8px;
}
table.pricing td
{
	font-size: 8pt;
	padding: 3px 8px;
	font-weight: bold;
	color: #ffffff;
}
.label { background-color: #666666; color: White; border-bottom: #999999 1px solid; }
.quantity { background-color: white; color: Black; border-bottom: 1px solid #666666; }
.priceA { background-color: #F5821F; border-bottom: #96551D 1px solid;}
.priceB { background-color: #91278F; border-bottom: #6B1E6A 1px solid;}
.priceC { background-color: #FF0908; border-bottom: #9C1918 1px solid;}
.priceD { background-color: #85AC1B; border-bottom: #607B16 1px solid;}

table.pricing td select { font-weight: normal; font-size: 8pt;}