table.signup {
	border: 5px solid #ccc;
	margin: 0 auto 30px auto;
	width: 100%;
}

table.tca {
	margin-bottom: 0;
}

table.signup td, table.signup th {
	font-size: 11px;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	border-bottom: 1px solid #E3DFDF;
	border-right: 1px solid #E3DFDF;
	border-left: 1px solid #E3DFDF;
	white-space: nowrap;
}

table.signup td.big {
	font-size: 12px;
	font-weight: bold;
}

table.signup th {
	vertical-align: bottom;
	border-bottom: 1px solid #ccc;
}

table.signup th.side {
	font-size: 12px;
	text-align: right;
	background-color: rgb(255, 229, 209);
}

table.signup tr.plans th.fade {
	background-image: url(http://www.texaschocolateaffair.com/images/fade.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
}

table.signup th span {
	font-size: 12px;
	color: #f60;
}

table.signup tr.category th {
	padding: 3px;
	font-size: 11px;
}

table.signup tr.category th.biz {
	background-color: rgb(75, 37, 37);	
	color: #fff;
	border-left: 0;
}

table.signup tr.category th.max {
	background-color: black;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

table.signup tr.plans th {
	font-size: 12px;
}

table.signup td.shaded {
	background-color: rgb(255, 229, 209);
}

table.signup td.bigend, table.signup th.bigend {
	border-right: 2px solid #123;
}

table.signup tr.solo td {
	border-top: 10px solid #ccc;
	padding-top: 15px;
	background-color: #ffffe3;
}

table.signup tr.solo td p {
	margin-bottom: 10px;
}

table.signup tr.solo td h1 {
	font-size: 16px;
	margin-bottom: 5px;
}

table.signup tr.solo td h2, table.signup tr.solo td h3 {
	margin-bottom: 10px;
}

table.signup tr.solo td h3 {
	color: #390;
	font-size: 12px;
}