.worldScores, .PACsound, .PACtop10 form {
    display:                none;
}

.PACtop10 {
    display:                none;
    position:               absolute;
    width:                  inherit;
}

.PACwrapper {
    position:               relative;
    width:                  inherit;
    height:                 inherit;
    overflow:               hidden;
}

.PACcontrol {
    position:               absolute;
    top:                    0px;
    left:                   0px;
    width:                  1px;
}

.PACboard {
    background:             black;
    position:               absolute;
    top:                    0px;
    left:                   0px;
    width:                  inherit;
    height:                 inherit;
}

.PACman, .PACghost, .PACfruit, .PAClife, .PACdisplayscore, .PACdisplaylevel, .PACgetready, .PACbonusghost, .PACbonusfruit, .PACtitle, .PACstart, .PAChighscores, .PACcredits, .PACenter {
    position:               absolute;
}

.PACtop10 .title {
    clear:                  both;
    text-align:             center;
}

.PACtop10 .rank, .PACtop10 .points {
    height:                 inherit;
    text-align:             center;
}

.PACtop10 .rank {
    float:                  left;
    width:                  15%;
}

.PACtop10 .points {
    float:                  right;
    width:                  25%;
}

.PACtop10 .name {
    float:                  left;
    width:                  55%;
    height:                 inherit;
    padding-left:           2px;
}

.PACrow {
    clear:                  both;
}

.PACtop10 .title, .PACstart, .PAChighscores, .PACenter:hover {
    cursor:                 hand;
    cursor:                 pointer;
}
