table#pricing, table#features, table#faq {
	width: 658px;
	margin: 0px;
	border-spacing: 0;
}

table#pricing {
	text-align: center;
}

table#pricing td:first-child, table#features td:first-child {
	border-right: 2px solid black;
	text-align: left;
	padding-left: 20px;
	width: 200px;
}

table#features td:last-child {
		width: 100px;
		background-image: url("../images/orange_check_mark.png");
		background-repeat: no-repeat;
		background-size: 25px 25px;
		background-position: center;
		padding: 5px;
	}
	
table#faq td a {
	color: #003780;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 25px;
	background-image: url("../images/arrows2.png");
	background-repeat: no-repeat;
	background-position: 0px -20px;
	background-size: 20px 40px; 
}

table#features td a {
	color: #003780;
	background-repeat: no-repeat;
	background-position: 0px -20px;
	background-size: 20px 40px; 
}

div.description {
	font-size: 12px;
	display: none;
	padding: 2px;
}

#faq div.description {
	margin: 5px 5px 5px 20px;
}

table#pricing th, table#features th, table#faq th {
	border: 2px solid #A9BD38;
	background-color: #A9BD38;
	color: #003780;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-shadow: #FFFFFF .1em .1em .2em;
}

table#pricing td, table#features td, table#faq td {
	font: 18px Arial, Helvetica, sans-serif;
	height: 28px;
}

.even { background-color: #E4E6D9; }

.internal_link { background-image: none; padding: 0px; margin: 0px;}

div#signup .button {
	padding: 5px;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-radius: 5px;
	color: white;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#FD9F01), to(#FCD651));
	background: -moz-linear-gradient(top, #FD9F01, #FCD651);
	background-color: #FD9F01;
	border: 1px solid #555555;
	box-shadow: 1px 1px 2px 2px #CCCCCC;
	}
	
	table#pricing .popular {
		float: right;
		margin-right: 10px;
		font-size: 16px;
		font-weight: bold;
		height: 22px;
		line-height: 24px;
		color: #003780;
	}
	
	div#signup {
		width: 650px;
		text-align: center;
		padding: 20px 0px;
	}
	
.caption { 
	font-family: Arial, Helvetica, sans-serif;
	width: 650px;
	font-size: 12px;
}

table#pricing td.emphasize {
	font-size: 28px;
	font-weight: bold;
	color: #FD9F01;
}
		
table#pricing sup { font-size: 12px; }
		