/* =========== */
/* = Sign up = */
/* =========== */
table#price-chart {
	padding:0;
	margin:0 0 25px 0;
	border-collapse:collapse;
	color: #FFF;
}
table#price-chart th img { margin-top:160px;} /* sign up button */

table#price-chart th.heading { width: 135px ;}
table#price-chart th.basic { background:url('../images/headers/signup/basic.jpg') no-repeat; width:154px; height:208px; }
table#price-chart th.professional { background:url('../images/headers/signup/professional.jpg') no-repeat; width:154px; height:208px; }
table#price-chart th.business { background:url('../images/headers/signup/business.jpg') no-repeat; width:170px; height:208px; }
table#price-chart th.enterprise { background:url('../images/headers/signup/enterprise.jpg') no-repeat; width:154px; height:208px; }
table#price-chart th.premier { background:url('../images/headers/signup/premier.jpg') no-repeat; width:154px; height:208px; }

table#price-chart th,table#price-chart td  {
	border-right: 1px solid #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
table#price-chart td{
	padding:5px;
}

table#price-chart .even td {
	background-color: #F5F5F5;
}

table#price-chart .odd .table-col-0 {
	background-color: #E6F5C9;
}
table#price-chart .odd .table-col-1 {
	background-color: #CFEDC5;
}
table#price-chart .odd .table-col-2 {
	background: #d3e7de;
	background-color: #D0F4ED;
}
table#price-chart .odd .table-col-3 {
	background-color: #B9DFF7;
}
table#price-chart .odd .table-col-4 {
	background-color: #DAEEFB;
}
table#price-chart .odd .table-col-5 {
	background-color: #D2F7FF;
}


table#price-chart .even .table-col-0 {
	background-color: #D0ED9A;
}
table#price-chart .even .table-col-1 {
	background: url('../images/background/pricelist/col2-even.gif') repeat-y top right;
	background-color: #AFE09E;
}
table#price-chart .even .table-col-2 {
	background-color: #96E0BB;
}
table#price-chart .even .table-col-3 {
	background-color: #8EC9F4;
}
table#price-chart .even .table-col-4 {
	background-color: #B5DDF7;
}
table#price-chart .even .table-col-5 {
	background: #88E8FF;
	background-color: #88E8FF;
}


#errorExplanation { padding: 5px 10px 5px 60px; background: #FCF7DC url('../images/icons/warning32.png') 2% 50% no-repeat; margin-bottom: 25px; }
#errorExplanation h3 { margin-top: 5px !important; }
#errorExplanation p { margin-bottom: 5px !important; }


/* ================ */
/* = Sign up form = */
/* ================ */

