.card {
    position: absolute;
    width: 125px;
    height: 125px;
    overflow: hidden;
    background-color: rgb(0,28,56);
    text-align: center;
    background-image: url(image/back.png);
    background-repeat: no-repeat;
    border: 2px solid rgb(255,255,255);
}

.gameArea {
    position: relative;
    left: 0;
    top: 0;
    width: 696px;
    height: 552px;
    overflow: hidden;
}

.overlay {
    position: relative;
    left: 0;
    width: 126px;
    height: 115px;
    padding-top: 17px;
    font-weight: bold;
    color: #555;
    text-align: center;
    top: -114px;
    font-size: 90%;
}

.memorize {
    color: #888;
}

.overlay a {
    color: #777;
}

.overlay a img {
    border: 0;
}

.soundAnimation {
    width: 125px;
    height: 125px;
}

#counterwrap {
    display: none;
}

.songInfo {
    background-color: #fff;
    font-size: 11px;
    display: block;
    padding: 2px;
    position: relative;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
    filter: opacity(80);
    -moz-opacity: .8;
    opacity: .8;
    -moz-border-radius: 2px;
}

.songInfo a {
    color: rgb(40,40,200) !important;
}

.formWrapperdidAnswer #continueButton,
.formWrapperdidAnswer .continueDelay {
    display: none;
}

#moves {
    text-align: right;
    color: #666;
    font-size: 95%;
    padding-right: 6px;
    margin-top: 3px;
}

.instructions {
    margin-top: -32px;
    color: #555;
    font-size: 95%;
}

.sprite {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 32px;
    height: 32px;
    z-index: 1000;
}

.poweredBy {
    text-transform: uppercase;
    font-size: 76%;
}

.poweredBy,
.poweredBy a {
    color: #aaa;
}

#flashcontent {
    position: absolute;
    left: 5px;
    top: 52px;
    width: 450px;
}

.flashMessage {
    position: absolute;
    left: 100px;
    top: 200px;
    background-color: #fff;
    width: 430px;
    height: 90px;
    font-weight: bold;
    padding: 30px;
    border: 1px solid #666;
    text-align: center;
    -moz-border-radius: 10px;
    -moz-opacity: .9;
    filter: alpha(opacity=90);
}

#navigation {
    top: 90px;
}
