#guess_wrap {
    background-color: #f7f7f7;
    height: 485px;
    margin: 5px 0;
}

.guess_float_left { float: left; }
.guess_float_right { float: right; }

#guess_info {
    background: #f7f7f7;
    padding: 5px 10px;
}

.guess_box {
    background: url(bg_box.gif) repeat-x scroll;
    border: 1px solid #dddddd;
    height: 480px;
    position: relative;
    width: 357px;
}
.guess_box h5 {
    background-color: #eaeaea;
    border-bottom: 1px solid #dddddd;
    padding: 2px 0;
    text-align: center;
}

#guess_user_hand {
    left: 10px;
}
#guess_robot_hand {
    right: 10px;
}
.guess_hand {
    background: url(hand.gif) no-repeat scroll;
    height: 146px;
    position: absolute;
    top: 180px;
    width: 178px;
}
.guess_user_hand_1 { background-position: 0 0; }
.guess_user_hand_2 { background-position: 0 -147px; }
.guess_user_hand_3 { background-position: 0 -294px; }
.guess_robot_hand_1 { background-position: -179px 0; }
.guess_robot_hand_2 { background-position: -179px -147px; }
.guess_robot_hand_3 { background-position: -179px -294px; }

.guess_panel {
    background: url(bg_panel.gif) repeat-x scroll;
    border-bottom: 1px solid #dddddd;
    padding: 10px;
}
.guess_credit {
    border: 1px solid #bbbbbb;
    font-weight: bold;
    height: 23px;
    text-align: center;
    width: 50px;
}
.guess_credit_limit {
    color: #999999;
}
.guess_credit_limit em {
    color: #ff6600;
    font-size: 14px;
    font-weight: bold;
    padding: 0 2px;
}
.guess_button {
    background: url(bg_button.gif) no-repeat scroll;
    border: none;
    color: #ffffff;
    height: 28px;
    width: 57px;
}

.guess_main {
    height: 480px;
    margin: 0 367px;
}

.guess_stat {
    margin: 0 auto;
    padding-top: 10px;
    height: 90px;
    width: 195px;
}
.guess_stat_item {
    background: url(bg_stat.gif) no-repeat;
    float: left;
    height: 77px;
    margin-left: 5px;
    text-align: center;
    width: 58px;
}
.guess_stat_item h5 {
    color: #ffffff;
    line-height: 24px;
}
.guess_stat_item div {
    color: #ff6600;
    font-size: 24px;
    font-weight: bold;
    line-height: 49px;
}

.guess_history {
    height: 350px;
    padding: 0 10px;
    text-align: center;
}
.guess_history h3 {
    border-bottom: 1px solid #dddddd;
    color: #666666;
    font-size: 16px;
    padding-bottom: 5px;
}
.guess_history p {
    border-bottom: 1px solid #eaeaea;
    color: #999999;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.guess_history em {
    color: #339900;
    font-size: 16px;
    font-weight: bold;
    padding: 0 2px;
}
.guess_history .credit_loss {
    color: #ff0000;
}

.guess_copyright {
    padding: 5px 10px;
    text-align: center;
}