body div.featherlight-content div.tfab_protectedLink_dialog
{
	font-family: "sans-serif", "Lato", "Arial", "Helvetica"; /*sans-serif for mac only*/
	max-width: 805px;
	min-width: 350px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}
body div.featherlight-content div.tfab_protectedLink_dialog > div.title
{
	height: 50px;
	padding-left: 10px;
	background-color: #cc6600;
	line-height: 50px;
	color: #ffffff;
	font-size: 26px;
}
body div.featherlight-content div.tfab_protectedLink_dialog > div.content
{
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
}
body div.featherlight-content div.tfab_protectedLink_dialog > div.buttons
{
	height: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
body div.featherlight-content div.tfab_protectedLink_dialog > div.buttons > div.content,
		body div.featherlight-content div.tfab_protectedLink_dialog > div.buttons > div.content > div,
		body div.featherlight-content div.tfab_protectedLink_dialog > div.buttons > div.content > div > div
{
	display: inline-block;
	vertical-align: top;
}
body div.featherlight-content div.tfab_protectedLink_dialog > div.buttons > div.content
{
	max-width: 300px;
	width: 100%;
}
body div.featherlight-content div.tfab_protectedLink_dialog > div.buttons > div.content > div
{
	width: 50%;
	text-align: center;
}
body div.featherlight-content div.tfab_protectedLink_dialog > div.buttons > div.content > div > div.button
{
	height: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #cc6600;
	color: #ffffff;
	line-height: 15px;
	border-radius: 20px;
}
#Body div.tfab_protectedLink_dataHolder
{
	display: none;
}
#Tfab_ProtectedLink_Dialog
{
	display: none;
}


#Body.noJS a.tfab_protectedLink
{
	display: none;
}