.star {
	/*
    margin: 100px auto;
    padding: 0;
    width: 100px;
    */
    position: relative;
    display: inline;
}

.star em {
/*    background: url(bubble.png) no-repeat; */
    /* width: 100px;
    height: 49px; */
    position: absolute;
    top: 0px;
    left: 20px;
    text-align: center;
/*    text-indent: -9999px; */
    z-index: 2;
    display: none;
    border: solid 1px #222222;
    padding: 5px;
    background: #DDDDFF;
}

#rss-icon {
    width: 42px;
    height: 42px;
    background: url(icon.png) no-repeat 0 0;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
}

