#fanback {
background: url("../imgs/bg_facebook.png") repeat scroll 0 0 transparent;
display: none;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
}
#fan-exit {
height: 100%;
width: 100%;
}
#fanbox {
background: none repeat scroll 0 0 white;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 0 50px 0 #939393 inset;
height: 270px;
left: 50%;
margin: -135px 0 0 -210px;
position: absolute;
top: 50%;
width: 420px;
}
#fanclose {
background: url("../imgs/fanclose.png") repeat scroll 0 0 transparent;
cursor: pointer;
float: right;
height: 15px;
margin-right: -22px;
margin-top: -20px;
padding: 20px 40px 20px 20px;
position: relative;
}
.remove-borda {
background: none repeat scroll 0 0 #F3F3F3;
height: 1px;
margin: 16px auto 0 20px;
position: relative;
width: 366px;
}