#worldroll-box {
    width: 372px;
    height: 530px;
    float: right;
    background: url(images/zh_TW/worldrollbg.png) no-repeat right;
}

#comment-button {
    width: 60px;
    height: 60px;
    background: url(images/zh_TW/commentbtn.png) no-repeat;
    float: left;
    margin-right: 8px;
    cursor: pointer;
}

#award-button {
    width: 60px;
    height: 60px;
    background: url(images/zh_TW/awardbtn.png) no-repeat;
    float: left;
    cursor: pointer;
}

#impeach-button {
    width: 60px;
    height: 60px;
    background: url(images/zh_TW/impeachbtn.png) no-repeat;
    float: right;
    margin-right: 8px;
    cursor: pointer;
}

#favorite-button {
    width: 60px;
    height: 60px;
    background: url(images/zh_TW/favoritebtn.png) no-repeat;
    float: right;
    cursor: pointer;
}

#comment-header h1:before {
    display: block;
    margin: 0 0 -2em 0;
    padding: 0;
    color: black; 
    content: '評論'; 
}

#commend-header h1:before {
    display: block;
    margin: 0 0 -2em 0;
    padding: 0;
    color: black; 
    content: '推薦的競賽'; 
}

#comment-window h1:before {
    display: block;
    margin: 0 0 -25px 2px;
    padding: 0;
    color: black; 
    content: '發表評論'; 
}

#report-window h1:before, #report-window2 h1:before, #report-window3 h1:before {
    display: block;
    margin: 0 0 -25px 2px;
    padding: 0;
    color: black; 
    content: '檢舉違規'; 
}

