body.febody .formfieldhidden
{
	display: none;
}

body.febody .invisible
{
	display: none;
}

body.febody form div.formusername,
body.febody form input.txtformusername
{
	display: none;
}div.btpcpp
{
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	filter: alpha(opacity=90);
	opacity: 0.9;
	z-index: 20000;
}

div.btpupimg
{
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;	
	z-index: 20000;
}

div.btpcppctrl
{
	width: 30px;
	height: 30px;
	display: block;

	line-height: 30px;
	text-align: center;
	cursor: pointer;
	position: absolute;

	top: 50%;
	left:  50%;
	
	-moz-border-radius: 75px;
	border-radius:75px;
	webkit-border-radius:75px;
}

div.btpcppctrl:before
{
	content: 'X';
	font-size: 14pt;
	color: #FFF;
}

div.btpcppctrl.btsmll
{
	left: auto;
	top: 30px;
	right:  30px;		
	border: 1px solid white;
	width: 40px;
	height: 40px;	
}

div.btpcppctrl
{
	background-color: #444;
	border: 1px solid white;
	width: 28px;
	height: 28px;	
}

div.btpcppctrl.btsmll:hover
{
	background-color: #444;
	border: 1px solid white;
	width: 40px;
	height: 40px;	
}

div.btpupimg  img
{
	display: block;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	border: 1px solid #444;
    -moz-box-shadow: 0px 0px 20px #d6d6d6;
    -webkit-box-shadow: 0px 0px 20px #d6d6d6;
    box-shadow: 0px 0px 20px #d6d6d6;
	object-fit: contain;
}

div.btpupimg img.btsmll
{
	display: block;
	position: static;
	margin: 0 auto;
    object-fit: contain;  	
	max-height: 80%;
	max-width: 90%;
	width: auto;
	height: auto;
}