* { margin: 0; padding: 0; border: 0; }


.facebook-popup {
	margin: 1px 0px 0px 15px;
    padding: 0;
    width: 20px;
	height:20px;
	position: relative;
	float:right;
}
 
div.facebook-popup em {
    background: url(../images/bubble_facebook.png) no-repeat;
    width: 150px;
    height: 55px;
    position: absolute;
    top: -60px;
    left: -67px;
    text-align: center;
    text-indent: -9999px;
    z-index: 2;
    display: none;
}
 
#facebook-icon {
    width: 20px;
    height: 20px;
    background: url(../images/facebook-icon.png) no-repeat 0 0;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
}




.twitter-popup {
    margin: 1px 0px 0px 10px;
    padding: 0;
    width: 20px;
    height: 20px;
	position: relative;
	float:right;
}
 
div.twitter-popup em {
    background: url(../images/bubble_twitter.png) no-repeat;
    width: 150px;
    height: 55px;
    position: absolute;
    top: -60px;
    left: -67px;
    text-align: center;
    text-indent: -9999px;
    z-index: 2;
    display: none;
}
 
#twitter-icon {
    width: 20px;
    height: 20px;
    background: url(../images/twitter-icon.png)  no-repeat 0 0;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
}

