.field
{
    overflow: hidden;
    left: 0;
    top: 0;
    position: relative;
    width: 500px;
    height: 460px;
    background-color: #fff;
    border: 1px solid #777;
}

.cube
{
    position: absolute;
    left: 0;
    top: 0;    
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-color: #888;
    border: 5px solid white;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: none;
}

.background
{
    background-color: #eee;
    width: 500px;
    height: 460px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(back.jpg);
    background-repeat: no-repeat;
}

.rightOrWrong,
.rightOrWrongShade
{
    display: none;
    font-size: 120%;
    border: 1px solid #777;
    background-color: #fff;
    padding: 20px;
    position: absolute;
    left: 30px;
    top: 140px;
    width: 400px;
    height: 60px;
    text-align: center;
    -moz-border-radius: 8px;
}

#rightOrWrongShade
{
    left: 40px;
    top: 150px;
    background-color: #000;
    -moz-opacity: .4;
    filter: alpha(opacity=40);
}

#counterwrap,
.score
{
    display: none;
}

#level
{
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 90%;
    font-weight: bold;
    color: #777;
}
