/* Popup Leader */	
	
#addbox{
position:fixed;
z-index:9999;
bottom:-5px;
right:-5px;
border-radius:16px 0px 0px 0px;
width:360px;
height:310px;
background-color:#fff;
display: none;
-webkit-box-shadow: -2px -1px 3px -1px rgba(0,0,0,0.75);
-moz-box-shadow: -2px -1px 3px -1px rgba(0,0,0,0.75);
box-shadow: -2px -1px 3px -1px rgba(0,0,0,0.75);
}
#addbox-ad{
position:fixed;
z-index:9999;
bottom:25px;
right:25px;
width:300px;
height:250px;
display:none
}
#ad{
width:300px;
height:250px;
}
#addbox-closed{
position:fixed;
z-index:9999;
bottom:-5px;
right:-5px;
border-radius:16px 0px 0px 0px;
width:90px;
height:45px;
background-color:#fff;
display: none;
-webkit-box-shadow: -2px -1px 3px -1px rgba(0,0,0,0.75);
-moz-box-shadow: -2px -1px 3px -1px rgba(0,0,0,0.75);
box-shadow: -2px -1px 3px -1px rgba(0,0,0,0.75);
}
#btn:after{
position:absolute;
top:-24px;
left:-25px;
color:#000000;
padding: 2px 5px 2px 5px;
border:1px solid #000;
border-radius:30px;
font-size:24px;
font-weight:regular;
cursor: pointer !important;
content:"x";
}
#btn2:after{
position:absolute;
z-index:9999;
top:12px;
left:10px;
color:#000000;
font-size:12px;
font-weight:bold;
cursor: pointer !important;
content:"Subscribe";
}
	

