.bestOfRatingBug
{
    position: relative;
    width: 67px; height: 53px;
    background: url("../images/profile/best_of_rating_bug_bg.png") left top no-repeat;
    font-family: tahoma,arial,sans-serif;
    margin: 0 auto;
}

.bestOfRatingBug .score
{
    position: absolute;
    left: 0; top: 14px;
    width: 67px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

#mightAlsoConsiderPfp .pfpBocBug
{
   position: relative;
   width: 67px; height: 53px;
   background: url("../images/common/ratings-bug.gif") left top no-repeat;
}

#mightAlsoConsiderPfp .pfpBocBug a
{
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 100%;
    text-align: center;
}
/* End of Hack */

a.buytickets
{
    position: relative;
    background-image: url("../images/common/buy_tickets.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 17px;
    font-size: 0.95em;
}
