@charset "UTF-8";
.fanBox {
	position:relative;
}
.fanBoxContainer
{
	width:102px;
	height:22px;
	position:absolute ;
	left: 70px;
	top:70px; 
}
.fanBoxPanel{
	position:relative;
	background-image:url(images/fond-fb.jpg);
	height:187px;
	width:450px;
	left:-225px;
	top:-93px;
}
.fanBoxPanelContainer
{
	z-index:1000;
	visibility:hidden;
	position:absolute ;
	top: 50%; 
	left: 50%; 
}
.closeBton
{
	position:relative;
	width:11px;
	height:10px;
	left:430px;
	top:10px;
}
.cancelBton
{
	position:relative;
	width:20px;
	height:68px;
	left:369px;
	top:146px;
}


