@charset "utf-8";
/* CSS Document */
/*Benefits Box*/
/*Note: benefitsPanel and benefitsPanelHolder are defined in join.css*/
#benefits {
	width: 419px;
	height: 378px;
	margin: 5px auto 5px auto;
	padding: 5px;
	background-color: #333;
	border: 1px solid #202020;
	text-align: center;
}
#benefits h2 {
	color: #fc3;
}
#benefits h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: center;
	color: #fff;
}
#benefits ul {
	list-style-type: none;
	padding-top: 7px;
	padding-left: 5px;
	width: 400px;
	height: auto;
	text-align: left;
}
#benefits ul li {
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin: 0px auto 8px auto;
	height: auto;
	background-image: url('../images/joincheck.png');
	background-position: top left;
	background-repeat: no-repeat;
	color: #f9f9f9;
}
#benefits ul li .greyHiLite {
	font-size: 12px;
	color: #ccc;
	font-weight: normal;
}