/* */
#plans th {
	text-transform:none;
	font-size:13px;
	font-weight:normal;
	white-space: normal;
}
#plans tr.first td {
	font-size:18px;
	color:#1E4573;
}
#plans tr.first th, #plans tr.first td {
	background-color:#DBE8F4;
}
#plans tr.even th, #plans tr.even td {
	background-color:#F3F7FB;
}
#plans tr.upgrade_options th, #plans tr.upgrade_options td {
	background-color: #FFFFCD;
}
/**/
#notice {
	float:left;
	width:100%;
	padding:25px 0 0 0;
	font: normal 13px/16px Arial, sans-serif;
}
#notice .bullet {
	margin: 0 0 0 0 !important;
	padding: 0 !important;
	position: relative;
	left: -4px;
}
#positive_notice, #negative_notice {
	padding:5px 5px 5px 10px;
	float:left;
}
#positive_notice {
	color:#360;
	border:1px solid #360;
}
#positive_notice .bullet {
	background-image:url(/images/accept.png);
}
#negative_notice {
	color:#C00;
	border:1px solid #C00;
}
#negative_notice .bullet {
	background-image:url(/images/exclamation.png);
}
/*  */
