#news{
    margin:0px 0px 0.5% 0px;
    float:right;
    width: 333px;
    height:480px;

}
#news table{
    background-color:white;
    width:100%;
    margin-left:0px;
    margin-bottom:5px;
    border:1px solid #8C673C;
    table-layout:fixed;
    border-collapse:collapse;
}
#news td{padding:2px;overflow:hidden;white-space:nowrap;}
.block-title{
        background:url(../image/bg_block_title.png) repeat-x;
        border:1px solid #8C673C;
        height:26px;
        padding:0px !important;
}
.block-title img{
    display:block;
}

#news span{
    font-size:small;
    padding-left: 3px;
    padding-right:5px;
}
.shortcut{
    display:block;
    border:1px solid #8C673C;
    background-color:#F8EDCF;
    margin-bottom:5px;
    padding:2px;
}
.shortcut span{
    vertical-align:top;
    line-height:39px;
}
.shortcut img{
    float:left;
    margin-left:2px;
}

#news .shortcut span{
    padding-left:10px;
    font-size: 16pt ;
    font-family:"華康細黑體","MS Gothic",Sans-serif;
    letter-spacing:5px;
}

#dialog{
    position:	absolute;
    z-Index:	6;
    background-color:white;
    border:	1px solid #603A14;
    display:	none;
}

#dialog-mask{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:5;
    background-color:black;
    display:none;
}
