
/* Chung */
.invisible {
    display: none !important;
}

.gameContainer{
    width: 996px !important;
}

.gameHeader{
    width: 891px;
    height: 127px;
}

.headerTop{
    height: 105px;
}

.btn_back{
    background: url(btn_back.png) no-repeat;
    width: 178px;
    height: 52px;
    display: block;
    float: left;
    margin-top: 125px;
    margin-left: 20px;
}
.btn_back:hover{
    background-position: 0 -52px;
}

.btn_like{
    background: url(btn_like.png) no-repeat;
    width: 58px;
    height: 52px;
    display: block;
    float: right;
    margin-top: 125px;
    margin-right: 20px;
    z-index: -1;
}

.btn_like:hover{
    background-position: 0 -52px;
}

.btn_othergame{
    background: url(btn_ortherGame.png) no-repeat;
    width: 218px;
    height: 52px;
    display: block;
    float: right;
    margin-top: 125px;
    margin-right: 20px;
}

.btn_othergame:hover{
    background-position: 0 -52px;
}

.gameContainer .headerTop img{
    float: left;
    margin-left: 140px;
}

/* Game Container */
#sohagameshhavefun{
    background-color: #3ba6e9 !important;
    min-height:inherit !important;
    width: 830px !important;
}

#fmWidgetMain{
    width: 830px !important;
}

.headerBot{
    height: 22px;
    background: url(game_bg_top.png) no-repeat;
}

.gameMid{
    background: url(game_bg_mid.png) repeat-Y;
    width: 891px;
    padding-top: 90px;
    margin-bottom: -40px;
}

.gameFooter{
    background: url(game_bg_bot.png) no-repeat;
    height: 80px;
}
/* Box Information */
.infoMid{
    background: url(info_bg_mid.png) repeat-Y;
    height: 190px;
}

.infoBot{
    height: 45px;
    background: url(info_bg_bot.png) no-repeat;
}
/* Box friends */
#friendBox{
    float: left;
    width: 726px;
    height: 230px;
    border: none;
    overflow: hidden;
}

/* Box Support */
#supportBox{
    float: left;
    border: none;
    overflow: hidden;
    width: 270px;
}