#eyes .instructions {
    background-color: #ff0;
    color: #036;
    font-weight: bold;
    text-align: center;
}

#eyes #success_message {
    width: 320px;
}

#eyes #success_message img {
    margin-right: 10px;
    background-color: #fff;
}

#eyes div#game_options {
    float: right;
    width: 140px;
    height: 365px;
    margin: 2px 12px 0 0;
    color: #036;
    font-weight: bold;
    text-align: center;
}

#eyes div.game_option {
    background: transparent url('../images/lozenge_spot_list.gif') no-repeat;
    cursor: pointer;
    width: 140px;
    height: 50px;
    margin: 8px 0 0 0;
    float: left;
}

#eyes .answer_tile {
    width: 181px;
    padding: 10px;
    background-color: #0cf;
    text-align: center;
    float: left;
    margin: 10px 10px 0 0;
}

#eyes .dropzone {
    background: transparent url('../images/lozenge_spotmatch_off.gif') no-repeat;
    height: 50px;
    width: 140px;
    margin: 5px auto 0;
}

#eyes .dropzone-active {
    z-index: 100;
}

#eyes #message {
    background: url("../images/orangetally.png") no-repeat scroll -3px -4px transparent;
    color: #006699;
    cursor: pointer;
    font-size: 14px;
    height: 319px;
    padding: 30px 0 13px;
    position: absolute;
    text-align: center;
    width: 152px;
    z-index: 100;
}

#eyes #message.finished {
    color: #036;
    font-size: 14px;
    height: 150px;
    padding: 10px 40px 33px 11px;
    top: 110px;
    left: 110px;
    width: 327px;
    z-index: 100;
    background: transparent url('../images/popup_shape2.png') no-repeat 0 0;
    border: none;
}

#eyes #message.finished strong {
    color: #069;
}

#eyes #closeButton {
    padding: 16px 0 0 0;
}

#eyes #success_message strong {
    font-size: 20px;
}

#eyes #answer_panel {
    width: 255px;
    float: right;
    height: 420px;
    background: #ff0 url('../images/bubble_n_head.gif') no-repeat 12px 12px;
}

#eyes #emotion_bubble {
    border: 1px solid;
    color: #003366;
    height: 80px;
    margin: auto;
    position: relative;
    text-align: center;
    top: 40px;
    width: 200px;
}

#eyes #drag_face_here {
    border: 1px solid;
    color: #003366;
    height: 190px;
    margin: auto;
    position: relative;
    text-align: center;
    top: 84px;
    width: 200px;
}

#eyes #emotion_numbers {
    border: 1px solid;
    color: #003366;
    height: 20px;
    margin: auto;
    position: relative;
    text-align: center;
    top: 90px;
    width: 200px;
}

#eyes #numbercorrect {
    font-size: 40px;
}