/* 
fb like popup style 
29/01/2015 by GG
*/
#fanback {
display:none;
background:rgba(0,0,0,0.8);
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:99999;
}
#fan-exit {
width:100%;
height:100%;
}
#boxstyle {
background:white;
width:420px;
height:255px;
position:absolute;
top:58%;
left:63%;
margin:-220px 0 0 -375px;
-webkit-box-shadow: inset 0 0 50px 0 #939393;
-moz-box-shadow: inset 0 0 50px 0 #939393;
box-shadow: inset 0 0 50px 0 #939393;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: -220px 0 0 -375px;
}
#boxwidgetsstyle {
float:right;
cursor:pointer;
/*cambiare*/
background:url(/themes/OGI_theme/images/closewig.png) no-repeat;
height:15px;
padding:20px;
position:relative;
padding-right:40px;
margin-top:-10px;
margin-right:-46px;
}