
#fpPlugin {
	width: 195px;
	height: 237px;
	padding: 0;
	margin: 0;
	color: #fff;
	font: normal 12px "Trebuchet MS", Helvetica, Arial, sans-serif;
	position: relative;
}

.fpPluginLoading {
	background: url(../images/loading.gif) no-repeat center center;
}

.fpPluginLoaded {
	background: url(../images/blackboxbg.gif) no-repeat;
}

.opacitylayer { /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 193px;
	height: 235px;
	filter: alpha(opacity=100);
	background-color: #000000;
	-moz-opacity: 1;
	opacity: 1;
	z-index: 998;
	position: absolute;
	top: 1px;
	left: 1px;
}

.fpPlan {
	display: none;
	float: left;
}

.fpPlansTitle {
	width: 135px;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	position: absolute;
	top: 5px;
	left: 5px;
}

.fpLogo {
	width: 130px;
	height: 45px;
	overflow: hidden;
	position: absolute;
	top: 35px;
	left: 32px;
}

.fpPlanType {
	display: none;
}

.fpPlanTitle {
	margin: 95px 5px 0 5px;
	line-height: 12px;
}

.fpDetails {
	margin: 10px 5px 0 5px;
	line-height: 14px;
	font-size: 11px;
}

.fpDetails b {
	font-size: 12px;
	font-weight: normal;
}

.fpDetailsSupp {
	display: none;
}

.fpPrice {
	width: 185px;
	position: absolute;
	top: 159px;
	left: 5px;
}

.fpDollarSymbol,
.fpDollarAmount,
.fpCentsAmount,
.fpAmountMonth {
	color: #fdf800;
	float: right;
}

.fpDollarSymbol {
	position: relative;
	top: -5px;
	left: -20px;
}

.fpDollarAmount {
	font-size: 34px;
	top: -10px;
	left: -20px;
	position: relative;
	float: right;
}

.fpCentsAmount {
	position: absolute;
	top: -5px;
	left: 165px;
}
.fpAmountMonth {
	position: absolute;
	top: 5px;
	left: 165px;
}


.fpCensusData {
	width: 185px;
	padding-top: 5px;
	border-top: 1px solid #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	position: absolute;
	top: 187px;
	left: 5px;
}

.fpPager {
	width: 190px;
	line-height: 13px;
	text-align: right;
	position: absolute;
	top: 8px;
	left: 0px;
	z-index: 999;
}

.fpPager a {
	padding: 0;
	text-decoration: none;
	color: #fff;
}

.fpPager a:hover {
	color: #fff;
}

.fpPager a.selected {
	color: #ff0000;
}

