.auth_link
{
	font-family: Arial;
	font-size: 15px;
	color: #018752;
	text-decoration: none;
}

.auth_field_wide
{
	font-size: 12px;
	color: #333333;
	border: 1px solid #333333;
	width: 185px;
}

td.registration_feature
{
	border-bottom: 1px solid #CCCCCC;
	height: 35px;
}

td.registration_feature_sub
{
	border-bottom: 1px solid #CCCCCC;
	height: 35px;
	font-weight: bold;
	color: #ffd800;
}

td.registration_feature_type
{
	text-align: center;
	font-size: 7pt;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

td.registration_feature_included
{
	background-position: center;
	background-image: url(/eriweb/assets/img/auth/icon_check24.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCCCCC;
	height: 35px;
}

td.registration_feature_excluded
{
	border-bottom: 1px solid #CCCCCC;
}
					
td.subscription_feature
{
	border-bottom: 1px solid #CCCCCC;
	height: 28px;
	font-size: 9pt;
	font-weight: bold;
}
		
td.subscription_feature_included
{
	background-position: center;
	background-image: url(/eriweb/assets/img/auth/icon_check24.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCCCCC;
	width: 24px;
	height: 28px;
}

.auth_offer_login_prompt
{
	font-size: 12pt;
	color: #666666;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 5px;
}

.auth_offer_text
{
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}

.auth_offer_title
{
	font-size: 12pt;
	color: #EEEEEE;
}

.auth_offer_address
{
	font-size: 12pt;
	font-weight: bold;
	color: #ffc000;
}

.auth_offer_price
{
	font-size: 14pt;
	color: #0b8350;
	text-align: center;
}

div.auth_offer_erealinvestor_box
{
	background-image: url(/eriweb/assets/img/auth/offer/bg_erealinvestor.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 800px;
	height: 260px;
}

div.auth_offer_finest_expert_box
{
	background-image: url(/eriweb/assets/img/auth/offer/bg_finest_expert.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 800px;
	height: 300px;
}

div.auth_offer_package_box
{
	background-image: url(/eriweb/assets/img/auth/offer/bg_package.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 800px;
	height: 97px;
}
			
td.auth_offer_feature,
td.auth_offer_feature_included_green,
td.auth_offer_feature_included_blue
{
	border-bottom: 1px solid #CCCCCC;
	height: 32px;
	color: #333333;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
}

td.auth_offer_feature_included_green
{
	background-position: center;
	background-image: url(/eriweb/assets/img/auth/offer/icon_check_green.png);
	background-repeat: no-repeat;
	width: 24px;
}

td.auth_offer_feature_included_blue
{
	background-position: center;
	background-image: url(/eriweb/assets/img/auth/offer/icon_check_blue.png);
	background-repeat: no-repeat;
	width: 24px;
}


td.auth_offer_fescore_divider
{
	border-top: 1px solid #FFFFFF;
}
td.auth_offer_fescore_number
{
	text-align: right;
	width: 65px;
	font-weight: bold;
	font-size: 12pt;
}
td.auth_offer_fescore_description
{
	font-weight: normal;
}

div.auth_offer_already_purchased
{
	font-size: 12pt;
	color: #666666;
	background: #fffacc;
}

.auth_field_error
{
	font-size: 12px;
	color: #333333;
	border: 1px solid #ff4800;
}
